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

/freebsd-12-stable/contrib/llvm-project/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.cpp541 thread_stats.mallocs++;

Completed in 108 milliseconds