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 595 size_t MemoryChunk::CommittedPhysicalMemory() {
    [all...]
spaces.h 470 size_t CommittedPhysicalMemory();
879 virtual size_t CommittedPhysicalMemory() = 0;
    [all...]
heap.cc 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();
    [all...]
heap.h     [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 342 milliseconds