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

  /external/v8/src/heap/
spaces.cc 611 size_t MemoryChunk::CommittedPhysicalMemory() {
    [all...]
spaces.h 472 size_t CommittedPhysicalMemory();
884 virtual size_t CommittedPhysicalMemory() = 0;
    [all...]
heap.cc 213 size_t Heap::CommittedPhysicalMemory() {
216 return new_space_->CommittedPhysicalMemory() +
217 old_space_->CommittedPhysicalMemory() +
218 code_space_->CommittedPhysicalMemory() +
219 map_space_->CommittedPhysicalMemory() +
220 lo_space_->CommittedPhysicalMemory();
    [all...]
heap.h     [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 243 milliseconds