HomeSort by relevance Sort by last modified time
    Searched refs:malloced_by_size (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/
asan_stats.h 42 uptr malloced_by_size[kNumberOfSizeClasses]; member in struct:__asan::AsanStats
asan_stats.cc 54 PrintMallocStatsArray(" mallocs by size class: ", malloced_by_size);
asan_allocator.cc 443 thread_stats.malloced_by_size[SizeClassMap::ClassID(needed_size)]++;

Completed in 79 milliseconds