Home | History | Annotate | Download | only in gc

Lines Matching refs:growth_limit_

426     // become larger than growth_limit_ in rare cases.
427 return std::max(GetBytesAllocated(), growth_limit_);
441 return growth_limit_ - GetBytesAllocated();
880 size_t growth_limit_;