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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
   87 static ALIGNED(64) char internal_alloc_placeholder[sizeof(InternalAllocator)];
   94 InternalAllocator *internal_allocator() {
   95   InternalAllocator *internal_allocator_instance =
projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h
   40 typedef InternalAllocator::AllocatorCache InternalAllocatorCache;
   51 InternalAllocator *internal_allocator();