Home
last modified time | relevance | path

Searched defs:PrimaryAllocator (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp67 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef
86 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
102 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
117 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
131 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
144 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h67 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
92 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; global() variable
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h65 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h91 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h72 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef
88 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp60 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef