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 43 uptr malloced_by_size[kNumberOfSizeClasses]; member in struct:__asan::AsanStats
asan_stats.cc 50 PrintMallocStatsArray(" mallocs by size class: ", malloced_by_size);
asan_allocator2.cc 417 thread_stats.malloced_by_size[class_id]++;

Completed in 160 milliseconds