Home
last modified time | relevance | path

Searched refs:__heap_end (Results 1 – 5 of 5) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/picolib/
Dpicosbrk.c39 extern char __heap_end[];
49 if (__heap_end - brk < incr) in sbrk()
/picolibc-3.5.0-3.4.0/newlib/libc/machine/amdgcn/
Dmlock.c32 static char *__heap_end = (char*)-1; variable
56 __heap_end = __heap_ptr + heap->size; in sbrk()
59 if ((__heap_ptr + nbytes) >= __heap_end) in sbrk()
/picolibc-3.5.0-3.4.0/cmake/
DTC-arm-none-eabi.ld216 PROVIDE (__heap_end = __stack - (DEFINED(__stack_size) ? __stack_size : 0x800)); symbol
217 PROVIDE (__heap_size = __heap_end - __heap_start);
/picolibc-3.5.0-3.4.0/
Dpicolibc.ld.in234 PROVIDE (__heap_end = __stack - (DEFINED(__stack_size) ? __stack_size : @DEFAULT_STACK_SIZE@)); symbol
235 PROVIDE (__heap_size = __heap_end - __heap_start);
/picolibc-3.5.0-3.4.0/doc/
Dos.md117 * __heap_end — points at the end of the heap available for sbrk.