Searched defs:heapPtr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dmacgc.c45 void *heapPtr = NULL; local
51 heapPtr = malloc(heapSize);
53 if (heapPtr == NULL) {
61 heapPtr = malloc(heapSize);
63 if (heapPtr == NULL) // Now we're hurting
68 return heapPtr;

Completed in 57 milliseconds