Home | History | Annotate | Download | only in bits

Lines Matching defs:allocate_shared

152   // helpers for make_shared / allocate_shared
853 // This constructor is non-standard, it is used by allocate_shared.
1337 // This constructor is non-standard, it is used by allocate_shared.
1345 allocate_shared(_Alloc __a, _Args&&... __args);
1566 allocate_shared(_Alloc __a, _Args&&... __args)
1583 return allocate_shared<_Tp>(std::allocator<_Tp_nc>(),