Searched refs:_TpAlloc (Results 1 – 1 of 1) sorted by relevance
297 using _TpAlloc = typename __allocator_traits_rebind<_Alloc, _Tp>::type; in __shared_ptr_emplace() local298 _TpAlloc __tmp(*__get_alloc()); in __shared_ptr_emplace()299 … allocator_traits<_TpAlloc>::construct(__tmp, __get_elem(), _VSTD::forward<_Args>(__args)...); in __shared_ptr_emplace()318 using _TpAlloc = typename __allocator_traits_rebind<_Alloc, _Tp>::type; in __on_zero_shared() local319 _TpAlloc __tmp(*__get_alloc()); in __on_zero_shared()320 allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); in __on_zero_shared()