Home
last modified time | relevance | path

Searched defs: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
58 static const uptr kSpaceBeg = 0;
59 static const u64 kSpaceSize = SANITIZER_MMAP_RANGE_SIZE;
60 static const uptr kMetadataSize = sizeof(Metadata);
61 typedef __sanitizer::CompactSizeClassMap SizeClassMap;
62 static const uptr kRegionSizeLog = 20;
63 using AddressSpaceView = LocalAddressSpaceView;
64 typedef MsanMapUnmapCallback MapUnmapCallback;
65 static const uptr kFlags = 0;
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h62 struct AP32 { struct
72 typedef SizeClassAllocator32<AP32> PrimaryAllocator; argument