Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDrelease.h47 class PackedCounterArray {
49 PackedCounterArray(uptr NumCounters, uptr MaxValue) : N(NumCounters) { in PackedCounterArray() function
72 ~PackedCounterArray() { in ~PackedCounterArray()
191 PackedCounterArray Counters(AllocatedPagesCount, FullPagesBlockCountMax); in releaseFreeMemoryToOS()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator_primary64.h330 class PackedCounterArray {
332 PackedCounterArray(u64 num_counters, u64 max_value, MemoryMapperT *mapper) in PackedCounterArray() function
356 ~PackedCounterArray() { in ~PackedCounterArray()
488 PackedCounterArray<MemoryMapperT> counters(allocated_pages_count, in ReleaseFreeMemoryToOS()