Home
last modified time | relevance | path

Searched refs:PrimaryAllocator (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h22 template <class PrimaryAllocator,
26 using AllocatorCache = typename PrimaryAllocator::AllocatorCache;
28 LargeMmapAllocator<typename PrimaryAllocator::MapUnmapCallback,
30 typename PrimaryAllocator::AddressSpaceView>;
196 PrimaryAllocator primary_;
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp67 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef
86 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
102 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
117 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
131 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
144 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
146 typedef CombinedAllocator<PrimaryAllocator> Allocator;
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h91 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
92 typedef CombinedAllocator<PrimaryAllocator> Allocator;
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h67 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
114 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h234 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
250 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
H A Dasan_allocator.cpp560 bool from_primary = PrimaryAllocator::CanAllocate(needed_size, alignment); in Allocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp57 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
59 typedef CombinedAllocator<PrimaryAllocator> Allocator;
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h72 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef
88 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
90 typedef CombinedAllocator<PrimaryAllocator> Allocator;
607 return HeapMemEnd() + PrimaryAllocator::AdditionalSize(); in HeapEnd()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h65 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable