Searched refs:max_allocated_bytes_ (Results 1 – 5 of 5) sorted by relevance
14 max_allocated_bytes_(0) { in StatsScope()31 return std::max(max_allocated_bytes_, GetCurrentAllocatedBytes()); in GetMaxAllocatedBytes()55 max_allocated_bytes_ = std::max(max_allocated_bytes_, current_total); in ZoneReturned()64 : max_allocated_bytes_(0), total_deleted_bytes_(0), allocator_(allocator) {} in ZoneStats()72 return std::max(max_allocated_bytes_, GetCurrentAllocatedBytes()); in GetMaxAllocatedBytes()96 max_allocated_bytes_ = std::max(max_allocated_bytes_, current_total); in ReturnZone()
61 size_t max_allocated_bytes_; variable83 size_t max_allocated_bytes_; variable
37 diff->max_allocated_bytes_ = outer_zone_diff + scope_->GetMaxAllocatedBytes(); in End()39 diff->max_allocated_bytes_ + allocated_bytes_at_start_; in End()
58 max_allocated_bytes_ = stats.max_allocated_bytes_; in Accumulate()83 size_percent, stats.max_allocated_bytes_, in WriteLine()
33 max_allocated_bytes_(0), in BasicStats()40 size_t max_allocated_bytes_; variable