Home
last modified time | relevance | path

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

/aosp12/system/extras/memory_replay/
H A Dmain.cpp41 size_t num_allocs = 0; in GetMaxAllocs() local
50 num_allocs++; in GetMaxAllocs()
55 num_allocs--; in GetMaxAllocs()
57 num_allocs++; in GetMaxAllocs()
62 num_allocs--; in GetMaxAllocs()
66 if (num_allocs > max_allocs) { in GetMaxAllocs()
67 max_allocs = num_allocs; in GetMaxAllocs()