Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dzone-stats.cc66 : max_allocated_bytes_(0), total_deleted_bytes_(0), allocator_(allocator) {} in ZoneStats()
86 return total_deleted_bytes_ + GetCurrentAllocatedBytes(); in GetTotalAllocatedBytes()
108 total_deleted_bytes_ += static_cast<size_t>(zone->allocation_size()); in ReturnZone()
H A Dzone-stats.h96 size_t total_deleted_bytes_; member in v8::internal::compiler::final

Completed in 1 milliseconds