Searched refs:current_total (Results 1 – 1 of 1) sorted by relevance
57 size_t current_total = GetCurrentAllocatedBytes(); in ZoneReturned() local59 max_allocated_bytes_ = std::max(max_allocated_bytes_, current_total); in ZoneReturned()115 size_t current_total = GetCurrentAllocatedBytes(); in ReturnZone() local117 max_allocated_bytes_ = std::max(max_allocated_bytes_, current_total); in ReturnZone()