Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 10 of 10) sorted by relevance

/picolibc-latest/test/
Dmalloc_stress.c46 static uint8_t *blocks[NUM_MALLOC]; variable
78 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 …]
/picolibc-latest/newlib/libc/string/
Duniset203 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 …]
Dmkwide42 done > wide.blocks
47 uniset `sed -e 's,^,+,' wide.blocks` +wide.fw c
50 rm -f wide.na wide.fw wide.blocks
/picolibc-latest/doc/
Dtls.md72 ## Creating more TLS blocks
76 blocks:
/picolibc-latest/cmake/
DTC-arm-none-eabi.ld144 * in ram to be used as a template for TLS data blocks
DTC-microbit.ld144 * in ram to be used as a template for TLS data blocks
/picolibc-latest/
Dpicolibc.ld.in188 * in ram to be used as a template for TLS data blocks
DREADME.md938 merging adjacent free blocks and expanding the heap.
/picolibc-latest/newlib/
DHOWTO21 be done by makedoc, using building blocks that are built into makedoc.c.
/picolibc-latest/newlib/libc/iconv/
Diconv.tex1063 If the "UCS-2 -> CCS" mapping has big enough gaps, some blocks will be
1064 absent and there will be less then 256 blocks.