Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/
Dnewlib_interface.c52 static char *heap_end; in _sbrk() local
55 if (heap_end == 0) in _sbrk()
56 heap_end = &end; in _sbrk()
58 prev_heap_end = heap_end; in _sbrk()
59 char *next_heap_end = heap_end + incr; in _sbrk()
63 if (heap_end == &__StackLimit) { in _sbrk()
73 heap_end = next_heap_end; in _sbrk()