Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_allocator.h65 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView>>; variable
66 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
90 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>; variable
91 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
95 using AllocatorASVT = CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>>;
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.h169 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>; variable
170 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
185 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView> >; variable
186 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
193 CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>>;
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h60 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>; variable
61 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
67 CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>>;