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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.cpp13 HybridMutex PackedCounterArray::Mutex = {};
14 uptr PackedCounterArray::StaticBuffer[1024];
H A Drelease.h50 class PackedCounterArray { class in namespace:scudo
52 PackedCounterArray(uptr NumCounters, uptr MaxValue) : N(NumCounters) { function in class:scudo::PackedCounterArray
80 ~PackedCounterArray() {
208 PackedCounterArray Counters(PagesCount, FullPagesBlockCountMax);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h334 class PackedCounterArray { class in class:SizeClassAllocator64
336 PackedCounterArray(u64 num_counters, u64 max_value, MemoryMapperT *mapper) function in class:SizeClassAllocator64::PackedCounterArray
360 ~PackedCounterArray() {
492 PackedCounterArray<MemoryMapperT> counters(allocated_pages_count,

Completed in 159 milliseconds