Searched refs:blocks (Results 1 – 10 of 10) sorted by relevance
46 static uint8_t *blocks[NUM_MALLOC]; variable78 if (blocks[i]) in fill_block()79 memset(blocks[i], block_data[i], block_size[i]); in fill_block()85 blocks[i] = NULL; in reset_block()104 uint8_t *block = blocks[i]; in check_block()180 uint8_t *new_block = realloc(blocks[0], new_size); in main()182 blocks[0] = new_block; in main()192 free(blocks[0]); in main()206 blocks[0] = malloc((size_t) 1 << i); in main()207 if (blocks[0]) in main()[all …]
203 my $blocks = 0;207 $blockstart[$blocks] = hex($1);208 $blockend [$blocks] = hex($2);209 $blockname [$blocks] = $3;210 $blocks++;218 if ($blockend[$blocks-1] < 0x110000) {219 $blockstart[$blocks] = 0x110000;220 $blockend [$blocks] = 0x7FFFFFFF;221 $blockname [$blocks] = "Beyond Plane 16";222 $blocks++;[all …]
42 done > wide.blocks47 uniset `sed -e 's,^,+,' wide.blocks` +wide.fw c50 rm -f wide.na wide.fw wide.blocks
72 ## Creating more TLS blocks76 blocks:
144 * in ram to be used as a template for TLS data blocks
188 * in ram to be used as a template for TLS data blocks
938 merging adjacent free blocks and expanding the heap.
21 be done by makedoc, using building blocks that are built into makedoc.c.
1063 If the "UCS-2 -> CCS" mapping has big enough gaps, some blocks will be1064 absent and there will be less then 256 blocks.