Searched refs:total_deleted_bytes_ (Results 1 – 2 of 2) sorted by relevance
64 : 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()
84 size_t total_deleted_bytes_; variable