reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
68 using ThreadDataAllocator = ThreadDataArray::AllocatorType; 81 static typename std::aligned_storage<sizeof(ThreadDataArray), 82 alignof(ThreadDataArray)>::type 86 static ThreadDataArray *TDArray = nullptr; 372 new (&ThreadDataArrayStorage) ThreadDataArray(*TDAllocator);