Lines Matching refs:AllocatorTraits
58 struct AllocatorTraits struct
63 explicit AllocatorTraits (signature_type const & s) SAL_THROW(())
100 struct VectorTraits : public AllocatorTraits
105 : AllocatorTraits (g_signature)
109 struct ScalarTraits : public AllocatorTraits
114 : AllocatorTraits (g_signature)
118 const AllocatorTraits::signature_type VectorTraits::g_signature = "new[]()";
119 const AllocatorTraits::signature_type ScalarTraits::g_signature = "new() ";
136 std::size_t n, AllocatorTraits const & rTraits) in allocate()
159 std::size_t n, AllocatorTraits const & rTraits, std::nothrow_t const &) in allocate()
174 static void deallocate (void * p, AllocatorTraits const & rTraits) in deallocate()