Searched refs:AllocatorTraits (Results 1 – 1 of 1) sorted by relevance
58 struct AllocatorTraits struct63 explicit AllocatorTraits (signature_type const & s) SAL_THROW(())100 struct VectorTraits : public AllocatorTraits105 : AllocatorTraits (g_signature)109 struct ScalarTraits : public AllocatorTraits114 : 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 12 milliseconds