Home
last modified time | relevance | path

Searched defs: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
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