Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_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-14-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_allocator.h67 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
114 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_allocator.h65 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_allocator.h234 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
250 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_allocator.h91 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl.h72 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef
88 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_allocator.cpp60 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef