Home
last modified time | relevance | path

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

/aoo41x/main/sal/cpprt/
H A Doperators_new_delete.cxx58 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()
[all …]

Completed in 21 milliseconds