Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/public/pw_allocator/
Dfreelist_heap.h44 void LogHeapStats();
76 void LogHeapStats() { heap_.LogHeapStats(); } in LogHeapStats() function
/external/pigweed/pw_allocator/
Dfreelist_heap.cc166 void FreeListHeap::LogHeapStats() { in LogHeapStats() function in pw::allocator::FreeListHeap