Home
last modified time | relevance | path

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

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