Home
last modified time | relevance | path

Searched refs:GetCurrentMemoryUsage (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/zone/
Daccounting-allocator.h35 size_t GetCurrentMemoryUsage() const;
Daccounting-allocator.cc116 size_t AccountingAllocator::GetCurrentMemoryUsage() const { in GetCurrentMemoryUsage() function in v8::internal::AccountingAllocator
/external/v8/src/
Disolate.cc2362 size_t malloced_current = GetCurrentMemoryUsage(); in Throw()
2377 size_t malloced_current = GetCurrentMemoryUsage(); in Throw()
Dapi.cc8480 isolate->allocator()->GetCurrentMemoryUsage() + in GetHeapStatistics()
8481 isolate->wasm_engine()->allocator()->GetCurrentMemoryUsage(); in GetHeapStatistics()
/external/v8/src/heap/
Dheap.cc4392 *stats->malloced_memory = isolate_->allocator()->GetCurrentMemoryUsage(); in RecordStats()