Home | History | Annotate | Download | only in alloc

Lines Matching refs:growthLimit

124     size_t growthLimit;
452 heap.maximumSize = hs->growthLimit - overhead;
593 size_t growthLimit)
603 if (!(startSize <= growthLimit && growthLimit <= maximumSize)) {
605 startSize, maximumSize, growthLimit);
645 hs->growthLimit = growthLimit;
667 if (!addInitialHeap(hs, msp, growthLimit)) {
1184 return hs->growthLimit;
1207 gHs->growthLimit = gHs->maximumSize;