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

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

Completed in 116 milliseconds