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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h330 class PackedCounterArray { class in class:SizeClassAllocator64
332 PackedCounterArray(u64 num_counters, u64 max_value, MemoryMapperT *mapper) function in class:SizeClassAllocator64::PackedCounterArray
356 ~PackedCounterArray() {
488 PackedCounterArray<MemoryMapperT> counters(allocated_pages_count,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_primary64.h325 class PackedCounterArray { class in class:SizeClassAllocator64
327 PackedCounterArray(u64 num_counters, u64 max_value, MemoryMapperT *mapper) function in class:SizeClassAllocator64::PackedCounterArray
351 ~PackedCounterArray() {
483 PackedCounterArray<MemoryMapperT> counters(allocated_pages_count,
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_primary64.h407 class PackedCounterArray { class in class:SizeClassAllocator64
410 PackedCounterArray(u64 num_counters, u64 max_value, MemoryMapper *mapper) function in class:SizeClassAllocator64::PackedCounterArray
556 PackedCounterArray counters(allocated_pages_count,
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc1133 typedef Allocator64::PackedCounterArray<NoMemoryMapper>
1153 typedef Allocator64::PackedCounterArray<RedZoneMemoryMapper>

Completed in 270 milliseconds