Home | History | Annotate | Download | only in gc

Lines Matching full:growth_limit_

497     // become larger than growth_limit_ in rare cases.
498 return std::max(GetBytesAllocated(), growth_limit_);
512 return growth_limit_ - GetBytesAllocated();
1132 size_t growth_limit_;