Searched refs:max_committed_ (Results 1 – 1 of 1) sorted by relevance
838 max_committed_(0) {} in Space()874 virtual size_t MaximumCommittedMemory() { return max_committed_; } in MaximumCommittedMemory()902 if (committed_ > max_committed_) { in AccountCommitted()903 max_committed_ = committed_; in AccountCommitted()927 size_t max_committed_; variable