Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/benchmarks/
DUtils.cpp88 total_alloc_bytes_ / static_cast<double>(total_iterations_); in SetBenchmarkCounters()
107 total_alloc_bytes_ += bytes_alloced; in StopTrackingAllocations()
DUtils.h59 uint64_t total_alloc_bytes_ = 0; variable