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

References

projects/compiler-rt/lib/tsan/rtl/tsan_debugging.cpp
  205     Allocator *a = allocator();
  245   Allocator *a = allocator();
projects/compiler-rt/lib/tsan/rtl/tsan_external.cpp
  100   Allocator *a = allocator();
projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
   64 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64);
   65 Allocator *allocator() {
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
   83 typedef Allocator::AllocatorCache AllocatorCache;
   84 Allocator *allocator();
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  329   Allocator *a = allocator();