Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/mpfs_hal/startup_gcc/
Dnewlib_stubs.c318 char *top_of_heap; in _sbrk() local
320 top_of_heap = &_heap_end; in _sbrk()
321 if(heap_end + incr > top_of_heap) in _sbrk()