Searched refs:PrimaryAllocator (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h23 using PrimaryAllocator = PrimaryT;
25 using AllocatorCache = typename PrimaryAllocator::AllocatorCache;
70 PrimaryAllocator Primary;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h57 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef in namespace:__hwasan
58 typedef CombinedAllocator<PrimaryAllocator> Allocator;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h18 // PrimaryAllocator is efficient, but may not allocate some sizes (alignments).
20 // PrimaryAllocator is used via a local AllocatorCache.
22 template <class PrimaryAllocator,
26 using AllocatorCache = typename PrimaryAllocator::AllocatorCache;
28 LargeMmapAllocator<typename PrimaryAllocator::MapUnmapCallback,
30 typename PrimaryAllocator::AddressSpaceView>;
198 PrimaryAllocator primary_;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp60 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef in namespace:__msan
80 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef in namespace:__msan
95 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef in namespace:__msan
109 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef in namespace:__msan
123 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef in namespace:__msan
125 typedef CombinedAllocator<PrimaryAllocator> Allocator;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h67 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
95 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h167 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
183 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
H A Dasan_allocator.cpp448 if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h69 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef in namespace:__tsan
80 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef in namespace:__tsan
82 typedef CombinedAllocator<PrimaryAllocator> Allocator;
877 return HeapMemEnd() + PrimaryAllocator::AdditionalSize();

Completed in 157 milliseconds