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