Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dlibcxx.control_block_layout.pass.cpp58 using New = std::__shared_ptr_emplace<T, Alloc<T>>; in test()
/llvm-project-15.0.7/libcxx/include/__memory/
H A Dshared_ptr.h281 struct __shared_ptr_emplace struct
286 explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) in __shared_ptr_emplace() function
316 … using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::type; in __on_zero_shared_weak() argument
950 using _ControlBlock = __shared_ptr_emplace<_Tp, _Alloc>;