Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_stats.cc33 static void PrintMallocStatsArray(const char *prefix, in PrintMallocStatsArray() function
54 PrintMallocStatsArray(" mmaps by size class: ", mmaped_by_size); in Print()
55 PrintMallocStatsArray(" mallocs by size class: ", malloced_by_size); in Print()
56 PrintMallocStatsArray(" frees by size class: ", freed_by_size); in Print()
57 PrintMallocStatsArray(" rfrees by size class: ", really_freed_by_size); in Print()