Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_runtime/
A Druntime.c194 static char *heap_end; in _sbrk() local
197 if (heap_end == 0) in _sbrk()
198 heap_end = &end; in _sbrk()
200 prev_heap_end = heap_end; in _sbrk()
201 char *next_heap_end = heap_end + incr; in _sbrk()
205 if (heap_end == &__StackLimit) { in _sbrk()
215 heap_end = next_heap_end; in _sbrk()

Completed in 2 milliseconds