HomeSort by relevance Sort by last modified time
    Searched defs:CommittedPhysicalMemory (Results 1 - 3 of 3) sorted by null

  /external/v8/src/heap/
spaces.cc     [all...]
heap.cc 216 size_t Heap::CommittedPhysicalMemory() {
219 return new_space_.CommittedPhysicalMemory() +
220 old_space_->CommittedPhysicalMemory() +
221 code_space_->CommittedPhysicalMemory() +
222 map_space_->CommittedPhysicalMemory() +
223 lo_space_->CommittedPhysicalMemory();
    [all...]
spaces.h 666 size_t CommittedPhysicalMemory() { return high_water_mark_.Value(); }
    [all...]

Completed in 77 milliseconds