Home | History | Annotate | Download | only in alloc

Lines Matching refs:currentHeapSize

1257     size_t currentHeapSize = mspace_footprint(msp);
1258 if (softLimit < currentHeapSize) {
1261 mspace_set_footprint_limit(msp, currentHeapSize);