OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__heap_ptr
(Results
1 - 1
of
1
) sorted by null
/external/srec/portable/src/
pmalloc.c
125
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 21 milliseconds