Home
last modified time | relevance | path

Searched refs:total_physical_size_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/include/
Dv8.h5095 size_t total_physical_size() { return total_physical_size_; } in total_physical_size()
5104 size_t total_physical_size_; variable
/external/v8/src/
Dapi.cc5403 total_physical_size_(0), in HeapStatistics()
7291 heap_statistics->total_physical_size_ = heap->CommittedPhysicalMemory(); in GetHeapStatistics()