Home
last modified time | relevance | path

Searched refs:PrimaryAllocatorASVT (Results 1 – 2 of 2) 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>>;
114 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
118 using AllocatorASVT = CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>>;
91 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>; global() variable
/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>>;