Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h25 struct AP32 { struct
35 typedef SizeClassAllocator32<AP32> PrimaryInternalAllocator; argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h55 struct AP32 { struct
66 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView>>; argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h238 struct AP32 { struct
249 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView> >; argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp57 struct AP32 { struct
58 kSpaceBeg__msan::AP32 global() argument
59 kSpaceSize__msan::AP32 global() argument
60 kMetadataSize__msan::AP32 global() argument
61 SizeClassMap__msan::AP32 global() argument
62 kRegionSizeLog__msan::AP32 global() argument
63 AddressSpaceView__msan::AP32 global() argument
64 MapUnmapCallback__msan::AP32 global() argument
65 kFlags__msan::AP32 global() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h62 struct AP32 { struct
72 typedef SizeClassAllocator32<AP32> PrimaryAllocator; argument