Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h25 struct AP32 { struct
35 typedef SizeClassAllocator32<AP32> PrimaryInternalAllocator; argument
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h55 struct AP32 { struct
66 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView>>; argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h241 struct AP32 { struct
252 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView> >; argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp58 struct AP32 { struct
68 using PrimaryAllocator = SizeClassAllocator32<AP32>;
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h64 struct AP32 { struct
74 typedef SizeClassAllocator32<AP32> PrimaryAllocator; argument