Searched refs:heap_end (Results 1 – 1 of 1) sorted by relevance
64 static char * heap_end = ( char * ) &_heap_bottom; variable152 void * prev_heap_end = heap_end; in _sbrk()154 if( ( heap_end + incr ) > ( char * ) &_heap_top ) in _sbrk()159 heap_end += incr; in _sbrk()
Completed in 10 milliseconds