Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_stats.h41 uptr malloced_by_size[kNumberOfSizeClasses]; member
Dasan_stats.cpp53 PrintMallocStatsArray(" mallocs by size class: ", malloced_by_size); in Print()
Dasan_allocator.cpp583 thread_stats.malloced_by_size[SizeClassMap::ClassID(needed_size)]++; in Allocate()