Home
last modified time | relevance | path

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

/aosp_15_r20/system/unwinding/libunwindstack/benchmarks/
H A DUtils.cpp90 state.counters["MAX_ALLOCATED_BYTES"] = max_alloc_bytes_; in SetBenchmarkCounters()
112 if (alloc_bytes > max_alloc_bytes_) max_alloc_bytes_ = alloc_bytes; in StopTrackingAllocations()
H A DUtils.h61 uint64_t max_alloc_bytes_ = 0; variable