Searched refs:max_alloc_bytes_ (Results 1 – 2 of 2) sorted by relevance
90 state.counters["MAX_ALLOCATED_BYTES"] = max_alloc_bytes_; in SetBenchmarkCounters()112 if (alloc_bytes > max_alloc_bytes_) max_alloc_bytes_ = alloc_bytes; in StopTrackingAllocations()
61 uint64_t max_alloc_bytes_ = 0; variable