Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_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()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_primary64.h325 class PackedCounterArray {
327 PackedCounterArray(u64 num_counters, u64 max_value, MemoryMapperT *mapper) in PackedCounterArray() function
351 ~PackedCounterArray() { in ~PackedCounterArray()
483 PackedCounterArray<MemoryMapperT> counters(allocated_pages_count, in ReleaseFreeMemoryToOS()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc1133 typedef Allocator64::PackedCounterArray<NoMemoryMapper> in TEST()
1153 typedef Allocator64::PackedCounterArray<RedZoneMemoryMapper> in TEST()