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

  /external/chromium_org/v8/src/heap/
spaces.h 637 size_t CommittedPhysicalMemory() { return high_water_mark_; }
    [all...]
spaces.cc 920 size_t PagedSpace::CommittedPhysicalMemory() {
926 size += it.next()->CommittedPhysicalMemory();
    [all...]
heap.cc 180 size_t Heap::CommittedPhysicalMemory() {
183 return new_space_.CommittedPhysicalMemory() +
184 old_pointer_space_->CommittedPhysicalMemory() +
185 old_data_space_->CommittedPhysicalMemory() +
186 code_space_->CommittedPhysicalMemory() +
187 map_space_->CommittedPhysicalMemory() +
188 cell_space_->CommittedPhysicalMemory() +
189 property_cell_space_->CommittedPhysicalMemory() +
190 lo_space_->CommittedPhysicalMemory();
    [all...]
heap.h 569 size_t CommittedPhysicalMemory();
    [all...]
  /external/chromium_org/v8/src/
api.cc     [all...]

Completed in 455 milliseconds