Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()