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

References

projects/compiler-rt/lib/xray/xray_profile_collector.cpp
   68 using ThreadDataAllocator = ThreadDataArray::AllocatorType;
  265     using ProfileRecordAllocator = typename ProfileRecordArray::AllocatorType;
projects/compiler-rt/lib/xray/xray_segmented_array.h
  164   AllocatorType *Alloc;
  296   explicit Array(AllocatorType &A) XRAY_NEVER_INSTRUMENT
  345   AllocatorType &allocator() const XRAY_NEVER_INSTRUMENT {