HomeSort by relevance Sort by last modified time
    Searched refs:malloced_by_size (Results 1 - 4 of 4) 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 49 PrintMallocStatsArray(" mallocs by size class: ", malloced_by_size);
asan_allocator.cc 538 thread_stats.malloced_by_size[size_class]++;
asan_allocator2.cc 409 thread_stats.malloced_by_size[class_id]++;

Completed in 63 milliseconds