Home
last modified time | relevance | path

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

/aoo4110/main/sal/cpprt/
H A Doperators_new_delete.cxx109 struct ScalarTraits : public AllocatorTraits struct
113 ScalarTraits() SAL_THROW(())
119 const AllocatorTraits::signature_type ScalarTraits::g_signature = "new() ";
189 return allocate (n, ScalarTraits()); in operator new()
196 deallocate (p, ScalarTraits()); in operator delete()
205 return allocate (n, ScalarTraits(), nothrow_t()); in operator new()
212 deallocate (p, ScalarTraits()); in operator delete()

Completed in 8 milliseconds