Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_allocator.h66 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView>>; variable
113 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>; variable
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_allocator.h64 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>; variable
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_allocator.h233 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>; variable
249 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView> >; variable