Searched refs:_ControlBlockAlloc (Results 1 – 1 of 1) sorted by relevance
328 … using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::type; in __on_zero_shared_weak() local329 using _ControlBlockPointer = typename allocator_traits<_ControlBlockAlloc>::pointer; in __on_zero_shared_weak()330 _ControlBlockAlloc __tmp(*__get_alloc()); in __on_zero_shared_weak()332 allocator_traits<_ControlBlockAlloc>::deallocate(__tmp, in __on_zero_shared_weak()1203 … using _ControlBlockAlloc = __allocator_traits_rebind_t<_Alloc, __bounded_array_control_block>;1204 … using _PointerTraits = pointer_traits<typename allocator_traits<_ControlBlockAlloc>::pointer>;1206 _ControlBlockAlloc __tmp(__alloc_);1208 …allocator_traits<_ControlBlockAlloc>::deallocate(__tmp, _PointerTraits::pointer_to(*this), sizeof(…1223 using _ControlBlockAlloc = __allocator_traits_rebind_t<_Alloc, _ControlBlock>;1225 __allocation_guard<_ControlBlockAlloc> __guard(__a, 1);