Home
last modified time | relevance | path

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

/trunk/main/sal/cpprt/
H A Doperators_new_delete.cxx121 struct ScalarTraits : public AllocatorTraits struct
125 ScalarTraits() SAL_THROW(())
131 const AllocatorTraits::signature_type ScalarTraits::g_signature = "new() ";
201 return allocate (n, ScalarTraits()); in operator new()
208 deallocate (p, ScalarTraits()); in operator delete()
217 return allocate (n, ScalarTraits(), nothrow_t()); in operator new()
224 deallocate (p, ScalarTraits()); in operator delete()

Completed in 14 milliseconds