Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h66 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView>>; variable
113 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>; variable
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h68 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>; global() variable
/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h233 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>; global() variable
249 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView> >; global() variable