Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_primary64.h344 uptr counter_size_bits = in PackedCounterArray() local
346 CHECK_LE(counter_size_bits, kMaxCounterBits); in PackedCounterArray()
347 counter_size_bits_log = Log2(counter_size_bits); in PackedCounterArray()
348 counter_mask = ~0ULL >> (kMaxCounterBits - counter_size_bits); in PackedCounterArray()