Searched refs:mallocs (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_stats.h27 uptr mallocs; member in struct:__memprof::MemprofStats
H A Dmemprof_stats.cpp44 malloced >> 20, malloced_overhead >> 20, mallocs);
53 PrintMallocStatsArray(" mallocs by size class: ", malloced_by_size);
H A Dmemprof_allocator.cpp417 thread_stats.mallocs++;
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_stats.h27 uptr mallocs; member in struct:__asan::AsanStats
H A Dasan_stats.cpp44 malloced>>20, malloced_redzones>>20, mallocs);
53 PrintMallocStatsArray(" mallocs by size class: ", malloced_by_size);
110 malloc_stats->blocks_in_use = stats.mallocs;
H A Dasan_allocator.cpp577 thread_stats.mallocs++;

Completed in 78 milliseconds