Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/
Dfreelist_heap.cc111 heap_stats_.total_free_calls += 1; in Free()
183 static_cast<unsigned int>(heap_stats_.total_free_calls)); in LogHeapStats()
/external/pigweed/pw_allocator/public/pw_allocator/
Dfreelist_heap.h35 size_t total_free_calls; member