Searched refs:GetCurrentMemoryUsage (Results 1 – 5 of 5) sorted by relevance
35 size_t GetCurrentMemoryUsage() const;
116 size_t AccountingAllocator::GetCurrentMemoryUsage() const { in GetCurrentMemoryUsage() function in v8::internal::AccountingAllocator
2362 size_t malloced_current = GetCurrentMemoryUsage(); in Throw()2377 size_t malloced_current = GetCurrentMemoryUsage(); in Throw()
8480 isolate->allocator()->GetCurrentMemoryUsage() + in GetHeapStatistics()8481 isolate->wasm_engine()->allocator()->GetCurrentMemoryUsage(); in GetHeapStatistics()
4392 *stats->malloced_memory = isolate_->allocator()->GetCurrentMemoryUsage(); in RecordStats()