Home
last modified time | relevance | path

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

/external/srec/portable/src/
Dpmalloc.c126 static char *__heap_end = NULL; variable
143 if ((__heap_ptr + incr - 1) > __heap_end) return(void *) - 1; in _Sbrk()
182 __heap_end = &memBuffer[memSize-1]; in PortMallocInit()