Home | History | Annotate | Download | only in heap

Lines Matching refs:CommittedPhysicalMemory

209 size_t Heap::CommittedPhysicalMemory() {
212 return new_space_->CommittedPhysicalMemory() +
213 old_space_->CommittedPhysicalMemory() +
214 code_space_->CommittedPhysicalMemory() +
215 map_space_->CommittedPhysicalMemory() +
216 lo_space_->CommittedPhysicalMemory();