Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dzone-stats.cc64 : max_allocated_bytes_(0), total_deleted_bytes_(0), allocator_(allocator) {} in ZoneStats()
84 return total_deleted_bytes_ + GetCurrentAllocatedBytes(); in GetTotalAllocatedBytes()
105 total_deleted_bytes_ += static_cast<size_t>(zone->allocation_size()); in ReturnZone()
Dzone-stats.h84 size_t total_deleted_bytes_; variable