Home
last modified time | relevance | path

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

/aoo41x/main/sal/cpprt/
H A Doperators_new_delete.cxx100 struct VectorTraits : public AllocatorTraits struct
104 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 18 milliseconds