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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h1030 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log));
1041 stats.by_size_log[size_log]++;
1167 for (uptr i = 0; i < ARRAY_SIZE(stats.by_size_log); i++) {
1168 uptr c = stats.by_size_log[i];
1224 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64]; member in struct:__sanitizer::LargeMmapAllocator::Stats

Completed in 80 milliseconds