Searched refs:_ControlBlockAlloc (Results 1 – 1 of 1) sorted by relevance
313 … using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::type; in __on_zero_shared_weak() local314 using _ControlBlockPointer = typename allocator_traits<_ControlBlockAlloc>::pointer; in __on_zero_shared_weak()315 _ControlBlockAlloc __tmp(*__get_alloc()); in __on_zero_shared_weak()317 allocator_traits<_ControlBlockAlloc>::deallocate(__tmp, in __on_zero_shared_weak()1188 … using _ControlBlockAlloc = __allocator_traits_rebind_t<_Alloc, __bounded_array_control_block>;1189 … using _PointerTraits = pointer_traits<typename allocator_traits<_ControlBlockAlloc>::pointer>;1191 _ControlBlockAlloc __tmp(__alloc_);1193 …allocator_traits<_ControlBlockAlloc>::deallocate(__tmp, _PointerTraits::pointer_to(*this), sizeof(…1208 using _ControlBlockAlloc = __allocator_traits_rebind_t<_Alloc, _ControlBlock>;1210 __allocation_guard<_ControlBlockAlloc> __guard(__a, 1);