Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
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>>;
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_allocator.h163 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>; variable
164 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
179 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView> >; variable
180 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
187 CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>>;