Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
231 PackedCounterArray Counters(NumberOfRegions, PagesCount, in releaseFreeMemoryToOS()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp21 TEST(ScudoReleaseTest, PackedCounterArray) { in TEST() argument
24 scudo::PackedCounterArray Counters2N(1U, 1U, 1UL << I); in TEST()
27 scudo::PackedCounterArray Counters2N1_1(1U, 1U, ~0UL >> I); in TEST()
31 scudo::PackedCounterArray Counters(1U, SCUDO_WORDSIZE, 1UL << I); in TEST()
41 scudo::PackedCounterArray Counters(1U, NumCounters, in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h407 class PackedCounterArray {
410 PackedCounterArray(u64 num_counters, u64 max_value, MemoryMapper *mapper) in PackedCounterArray() function
556 PackedCounterArray counters(allocated_pages_count, in ReleaseFreeMemoryToOS()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp1188 Allocator64::PackedCounterArray counters_2n(1, 1ULL << i, in TEST()
1193 Allocator64::PackedCounterArray counters_2n1_1(1, ~0ULL >> i, in TEST()
1199 Allocator64::PackedCounterArray counters(64, 1ULL << i, &no_memory_mapper); in TEST()
1209 Allocator64::PackedCounterArray counters( in TEST()