Searched refs:ScalarTraits (Results 1 – 1 of 1) sorted by relevance
121 struct ScalarTraits : public AllocatorTraits struct125 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 10 milliseconds