Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.cpp13 HybridMutex PackedCounterArray::Mutex = {};
14 uptr PackedCounterArray::StaticBuffer[PackedCounterArray::StaticBufferCount];
H A Drelease.h52 class PackedCounterArray {
54 PackedCounterArray(uptr NumberOfRegions, uptr CountersPerRegion, in PackedCounterArray() function
88 ~PackedCounterArray() { in ~PackedCounterArray()
230 PackedCounterArray Counters(NumberOfRegions, PagesCount, in releaseFreeMemoryToOS()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h406 class PackedCounterArray {
409 PackedCounterArray(u64 num_counters, u64 max_value, MemoryMapper *mapper) in PackedCounterArray() function
555 PackedCounterArray counters(allocated_pages_count, in ReleaseFreeMemoryToOS()