Home | History | Annotate | Download | only in alloc

Lines Matching full:heapbase

162     char *heapBase;
372 hs->heaps[0].base = hs->heapBase;
373 hs->heaps[0].limit = hs->heapBase + maximumSize;
374 hs->heaps[0].brk = hs->heapBase + kInitialMorecoreStart;
608 hs->heapBase = (char *)base;
704 munmap(hs->heapBase, hs->heapLength);
717 return gHs->heapBase;