Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h67 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
114 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h65 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h234 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
250 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h91 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp57 typedef SizeClassAllocator64<AP64> PrimaryAllocator; global() typedef