Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/
Dfreelist_heap.cc62 heap_stats_.total_allocate_calls += 1; in Allocate()
180 static_cast<unsigned int>(heap_stats_.total_allocate_calls)); in LogHeapStats()
/external/pigweed/pw_allocator/public/pw_allocator/
Dfreelist_heap.h34 size_t total_allocate_calls; member