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

/external/srec/portable/src/
H A Dpmalloc.c125 static char *__heap_ptr = NULL; variable
141 /* Subtract 1 from __heap_ptr so that the left hand side of the comparison evaluates to the address of the
143 if ((__heap_ptr + incr - 1) > __heap_end) return(void *) - 1;
145 ret = __heap_ptr;
146 __heap_ptr += incr;
181 __heap_ptr = &memBuffer[0];

Completed in 88 milliseconds