Home
last modified time | relevance | path

Searched refs:VectorTraits (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/cpprt/
H A Doperators_new_delete.cxx112 struct VectorTraits : public AllocatorTraits struct
116 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 15 milliseconds