Home
last modified time | relevance | path

Searched refs:AP32 (Results 1 – 4 of 4) 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/msan/
H A Dmsan_allocator.cpp57 struct AP32 { struct
67 typedef SizeClassAllocator32<AP32> PrimaryAllocator;
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h62 struct AP32 { struct
72 typedef SizeClassAllocator32<AP32> PrimaryAllocator; argument