Home
last modified time | relevance | path

Searched refs:current_total (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dzone-stats.cc53 size_t current_total = GetCurrentAllocatedBytes(); in ZoneReturned() local
55 max_allocated_bytes_ = std::max(max_allocated_bytes_, current_total); in ZoneReturned()
94 size_t current_total = GetCurrentAllocatedBytes(); in ReturnZone() local
96 max_allocated_bytes_ = std::max(max_allocated_bytes_, current_total); in ReturnZone()