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[]()";232 return allocate (n, VectorTraits()); in operator new[]()239 deallocate (p, VectorTraits()); in operator delete[]()248 return allocate (n, VectorTraits(), nothrow_t()); in operator new[]()255 deallocate (p, VectorTraits()); in operator delete[]()