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

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

Completed in 888 milliseconds