Home
last modified time | relevance | path

Searched refs:PrimaryAllocatorASVT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h66 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView>>; variable
67 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
113 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>; variable
114 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
118 using AllocatorASVT = CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>>;
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h233 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>; variable
234 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
249 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView> >; variable
250 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
257 CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>>;
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h64 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>; variable
65 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
71 CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>>;