Searched refs:heap_end (Results 1 – 1 of 1) sorted by relevance
120 static char *heap_end; in _sbrk() local123 if (heap_end == 0) in _sbrk()124 heap_end = &end; in _sbrk()126 prev_heap_end = heap_end; in _sbrk()127 if (heap_end + incr > stack_ptr) in _sbrk()135 heap_end += incr; in _sbrk()