Home | History | Annotate | Download | only in gc

Lines Matching defs:GetBytesAllocated

498   size_t GetBytesAllocated() const {
529 return std::max(GetBytesAllocated(), growth_limit_);
538 return max_allowed_footprint_ - GetBytesAllocated();
543 return growth_limit_ - GetBytesAllocated();