Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dzone-pool.cc57 size_t current_total = GetCurrentAllocatedBytes(); in ZoneReturned() local
59 max_allocated_bytes_ = std::max(max_allocated_bytes_, current_total); in ZoneReturned()
115 size_t current_total = GetCurrentAllocatedBytes(); in ReturnZone() local
117 max_allocated_bytes_ = std::max(max_allocated_bytes_, current_total); in ReturnZone()