Searched refs:VectorTraits (Results 1 – 1 of 1) sorted by relevance
112 struct VectorTraits : public AllocatorTraits struct116 VectorTraits() SAL_THROW(())130 const AllocatorTraits::signature_type VectorTraits::g_signature = "new[]()";233 return allocate (n, VectorTraits()); in operator new[]()240 deallocate (p, VectorTraits()); in operator delete[]()249 return allocate (n, VectorTraits(), nothrow_t()); in operator new[]()256 deallocate (p, VectorTraits()); in operator delete[]()
Completed in 11 milliseconds