reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_allocator.h
  167 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
projects/compiler-rt/lib/hwasan/hwasan_allocator.h
   57 typedef SizeClassAllocator64<AP64> PrimaryAllocator;
projects/compiler-rt/lib/lsan/lsan_allocator.h
   89 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
projects/compiler-rt/lib/msan/msan_allocator.cpp
   80 typedef SizeClassAllocator64<AP64> PrimaryAllocator;
projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
   58   typedef SizeClassAllocator64<Params> ThisT;
projects/compiler-rt/lib/scudo/scudo_allocator.h
   85 typedef SizeClassAllocator64<AP64> PrimaryT;
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
   80 typedef SizeClassAllocator64<AP64> PrimaryAllocator;