Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Dshared_ptr.h297 using _TpAlloc = typename __allocator_traits_rebind<_Alloc, _Tp>::type; in __shared_ptr_emplace() local
298 _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() local
319 _TpAlloc __tmp(*__get_alloc()); in __on_zero_shared()
320 allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); in __on_zero_shared()