Searched refs:total_heap_size_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/include/
H A Dv8.h5220 size_t total_heap_size() { return total_heap_size_; }
5230 size_t total_heap_size_; member in class:v8::HeapStatistics
/external/v8/src/
H A Dapi.cc5574 : total_heap_size_(0),
7462 heap_statistics->total_heap_size_ = heap->CommittedMemory();

Completed in 78 milliseconds