Home
last modified time | relevance | path

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

/external/srec/portable/src/
Dpmalloc.c125 static char *__heap_ptr = NULL; variable
143 if ((__heap_ptr + incr - 1) > __heap_end) return(void *) - 1; in _Sbrk()
145 ret = __heap_ptr; in _Sbrk()
146 __heap_ptr += incr; in _Sbrk()
181 __heap_ptr = &memBuffer[0]; in PortMallocInit()