Searched refs:current_total (Results 1 – 1 of 1) sorted by relevance
53 size_t current_total = GetCurrentAllocatedBytes(); in ZoneReturned() local55 max_allocated_bytes_ = std::max(max_allocated_bytes_, current_total); in ZoneReturned()94 size_t current_total = GetCurrentAllocatedBytes(); in ReturnZone() local96 max_allocated_bytes_ = std::max(max_allocated_bytes_, current_total); in ReturnZone()