Home
last modified time | relevance | path

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

/trunk/main/sal/cpprt/
H A Doperators_new_delete.cxx58 struct AllocatorTraits struct
63 explicit AllocatorTraits (signature_type const & s) SAL_THROW(())
112 struct VectorTraits : public AllocatorTraits
117 : AllocatorTraits (g_signature)
121 struct ScalarTraits : public AllocatorTraits
126 : AllocatorTraits (g_signature)
130 const AllocatorTraits::signature_type VectorTraits::g_signature = "new[]()";
131 const AllocatorTraits::signature_type ScalarTraits::g_signature = "new() ";
148 std::size_t n, AllocatorTraits const & rTraits) in allocate()
171 std::size_t n, AllocatorTraits const & rTraits, std::nothrow_t const &) in allocate()
[all …]

Completed in 12 milliseconds