Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h290 …using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::typ… in __on_zero_shared_weak() local
291 using _ControlBlockPointer = typename allocator_traits<_ControlBlockAlloc>::pointer; in __on_zero_shared_weak()
292 _ControlBlockAlloc __tmp(*__get_alloc()); in __on_zero_shared_weak()
294 …allocator_traits<_ControlBlockAlloc>::deallocate(__tmp, pointer_traits<_ControlBlockPointer>::poin… in __on_zero_shared_weak()
1003 using _ControlBlockAlloc = __allocator_traits_rebind_t<_Alloc, __bounded_array_control_block>;
1004 … using _PointerTraits = pointer_traits<typename allocator_traits<_ControlBlockAlloc>::pointer>;
1006 _ControlBlockAlloc __tmp(__alloc_);
1008 allocator_traits<_ControlBlockAlloc>::deallocate(__tmp, _PointerTraits::pointer_to(*this), 1);
1021 using _ControlBlockAlloc = __allocator_traits_rebind_t<_Alloc, _ControlBlock>;
1023 __allocation_guard<_ControlBlockAlloc> __guard(__a, 1);