Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
sanitizer_allocator_primary64.h | 339 uptr counter_size_bits = local in function:SizeClassAllocator64::PackedCounterArray::PackedCounterArray 341 CHECK_LE(counter_size_bits, kMaxCounterBits); 342 counter_size_bits_log = Log2(counter_size_bits); 343 counter_mask = ~0ULL >> (kMaxCounterBits - counter_size_bits); |
sanitizer_allocator_primary64.h | 339 uptr counter_size_bits = local in function:SizeClassAllocator64::PackedCounterArray::PackedCounterArray 341 CHECK_LE(counter_size_bits, kMaxCounterBits); 342 counter_size_bits_log = Log2(counter_size_bits); 343 counter_mask = ~0ULL >> (kMaxCounterBits - counter_size_bits); |