Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp67 typedef SizeClassAllocator32<AP32> PrimaryAllocator; global() typedef
86 typedef SizeClassAllocator64<AP64> PrimaryAllocator; global() typedef
102 typedef SizeClassAllocator64<AP64> PrimaryAllocator; global() typedef
117 typedef SizeClassAllocator64<AP64> PrimaryAllocator; global() typedef
131 typedef SizeClassAllocator64<AP64> PrimaryAllocator; global() typedef
144 typedef SizeClassAllocator64<AP64> PrimaryAllocator; global() typedef
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h67 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
114 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; variable
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h69 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; global() variable
/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h234 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; global() variable
250 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>; global() variable
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h91 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp51 typedef SizeClassAllocator64<__AP64> PrimaryAllocator; typedef
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp60 typedef SizeClassAllocator64<AP64> PrimaryAllocator; global() typedef
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h72 typedef SizeClassAllocator32<AP32> PrimaryAllocator; typedef
88 typedef SizeClassAllocator64<AP64> PrimaryAllocator; typedef