Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/standalone/
Drelease.cpp13 HybridMutex PackedCounterArray::Mutex = {};
14 uptr PackedCounterArray::StaticBuffer[PackedCounterArray::StaticBufferCount];
Drelease.h50 class PackedCounterArray {
52 PackedCounterArray(uptr NumberOfRegions, uptr CountersPerRegion, in PackedCounterArray() function
85 ~PackedCounterArray() { in ~PackedCounterArray()
224 PackedCounterArray Counters(NumberOfRegions, PagesCount, in releaseFreeMemoryToOS()
/external/scudo/standalone/
Drelease.cpp13 HybridMutex PackedCounterArray::Mutex = {};
14 uptr PackedCounterArray::StaticBuffer[PackedCounterArray::StaticBufferCount];
Drelease.h52 class PackedCounterArray {
54 PackedCounterArray(uptr NumberOfRegions, uptr CountersPerRegion, in PackedCounterArray() function
88 ~PackedCounterArray() { in ~PackedCounterArray()
230 PackedCounterArray Counters(NumberOfRegions, PagesCount, in releaseFreeMemoryToOS()
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
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()
/external/scudo/standalone/tests/
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()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_primary64.h335 class PackedCounterArray {
337 PackedCounterArray(u64 num_counters, u64 max_value, MemoryMapperT *mapper) in PackedCounterArray() function
361 ~PackedCounterArray() { in ~PackedCounterArray()
493 PackedCounterArray<MemoryMapperT> counters(allocated_pages_count, in ReleaseFreeMemoryToOS()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cpp1118 typedef Allocator64::PackedCounterArray<NoMemoryMapper> in TEST()
1138 typedef Allocator64::PackedCounterArray<RedZoneMemoryMapper> in TEST()