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

/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dmacgc.c46 size_t heapSize = *sizep; local
51 heapPtr = malloc(heapSize);
56 memtotal(heapSize, &stats); // How much can we allcoate?
58 if (stats.maxBlockSize < heapSize)
59 heapSize = stats.maxBlockSize;
61 heapPtr = malloc(heapSize);
64 heapSize = 0;
67 *sizep = heapSize;

Completed in 70 milliseconds