Searched refs:VectorTraits (Results 1 – 1 of 1) sorted by relevance
100 struct VectorTraits : public AllocatorTraits struct104 VectorTraits() SAL_THROW(())118 const AllocatorTraits::signature_type VectorTraits::g_signature = "new[]()";221 return allocate (n, VectorTraits()); in operator new[]()228 deallocate (p, VectorTraits()); in operator delete[]()237 return allocate (n, VectorTraits(), nothrow_t()); in operator new[]()244 deallocate (p, VectorTraits()); in operator delete[]()
Completed in 6 milliseconds