Searched refs:heap_statistics (Results 1 – 2 of 2) sorted by relevance
8075 void Isolate::GetHeapStatistics(HeapStatistics* heap_statistics) { in GetHeapStatistics() argument8078 heap_statistics->total_heap_size_ = heap->CommittedMemory(); in GetHeapStatistics()8079 heap_statistics->total_heap_size_executable_ = in GetHeapStatistics()8081 heap_statistics->total_physical_size_ = heap->CommittedPhysicalMemory(); in GetHeapStatistics()8082 heap_statistics->total_available_size_ = heap->Available(); in GetHeapStatistics()8083 heap_statistics->used_heap_size_ = heap->SizeOfObjects(); in GetHeapStatistics()8084 heap_statistics->heap_size_limit_ = heap->MaxReserved(); in GetHeapStatistics()8085 heap_statistics->malloced_memory_ = in GetHeapStatistics()8087 heap_statistics->peak_malloced_memory_ = in GetHeapStatistics()8089 heap_statistics->does_zap_garbage_ = heap->ShouldZapGarbage(); in GetHeapStatistics()
6591 void GetHeapStatistics(HeapStatistics* heap_statistics);