sanitizer_allocator_primary64.h | 343 counter_mask = ~0ULL >> (kMaxCounterBits - counter_size_bits); 375 return (buffer[index] >> bit_offset) & counter_mask; 379 DCHECK_LT(Get(i), counter_mask); 394 u64 counter_mask; member in class:SizeClassAllocator64::PackedCounterArray
|