Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/benchmarks/
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()
DUtils.h61 uint64_t max_alloc_bytes_ = 0; variable