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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h116 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log));
127 stats.by_size_log[size_log]++;
260 for (uptr i = 0; i < ARRAY_SIZE(stats.by_size_log); i++) {
261 uptr c = stats.by_size_log[i];
323 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64]; member in struct:LargeMmapAllocator::Stats

Completed in 156 milliseconds