Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h289 …using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::typ… in __on_zero_shared_weak() local
290 using _ControlBlockPointer = typename allocator_traits<_ControlBlockAlloc>::pointer; in __on_zero_shared_weak()
291 _ControlBlockAlloc __tmp(*__get_alloc()); in __on_zero_shared_weak()
293 …allocator_traits<_ControlBlockAlloc>::deallocate(__tmp, pointer_traits<_ControlBlockPointer>::poin… in __on_zero_shared_weak()
1023 using _ControlBlockAlloc = __allocator_traits_rebind_t<_Alloc, __bounded_array_control_block>;
1024 … using _PointerTraits = pointer_traits<typename allocator_traits<_ControlBlockAlloc>::pointer>;
1026 _ControlBlockAlloc __tmp(__alloc_);
1028 allocator_traits<_ControlBlockAlloc>::deallocate(__tmp, _PointerTraits::pointer_to(*this), 1);
1041 using _ControlBlockAlloc = __allocator_traits_rebind_t<_Alloc, _ControlBlock>;
1043 __allocation_guard<_ControlBlockAlloc> __guard(__a, 1);