reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
241 Allocator(const Allocator &) = delete; 242 Allocator &operator=(const Allocator &) = delete; 242 Allocator &operator=(const Allocator &) = delete; 244 Allocator(Allocator &&O) XRAY_NEVER_INSTRUMENT { 259 Allocator &operator=(Allocator &&O) XRAY_NEVER_INSTRUMENT { 259 Allocator &operator=(Allocator &&O) XRAY_NEVER_INSTRUMENT {projects/compiler-rt/lib/xray/xray_segmented_array.h
67 using AllocatorType = Allocator<SegmentSize>;