reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
190 CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>>; 191 using AsanAllocator = AsanAllocatorASVT<LocalAddressSpaceView>;projects/compiler-rt/lib/hwasan/hwasan_allocator.h
58 typedef CombinedAllocator<PrimaryAllocator> Allocator;
projects/compiler-rt/lib/lsan/lsan_allocator.h93 using AllocatorASVT = CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>>; 94 using Allocator = AllocatorASVT<LocalAddressSpaceView>;projects/compiler-rt/lib/msan/msan_allocator.cpp
111 typedef CombinedAllocator<PrimaryAllocator> Allocator;
projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h 37 typedef CombinedAllocator<PrimaryInternalAllocator,
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h 82 typedef CombinedAllocator<PrimaryAllocator> Allocator;