Home | History | Annotate | Download | only in gc

Lines Matching refs:GetBytesAllocated

397   size_t GetBytesAllocated() const {
427 return std::max(GetBytesAllocated(), growth_limit_);
436 return max_allowed_footprint_ - GetBytesAllocated();
441 return growth_limit_ - GetBytesAllocated();
1081 delta_(heap_->GetMaxMemory() - heap_->GetBytesAllocated()) {