Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
Dlibcxx.control_block_layout.pass.cpp80 char const* new_alloc = reinterpret_cast<char const*>(new_.__get_alloc()); in test()
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Dshared_ptr.h298 _TpAlloc __tmp(*__get_alloc()); in __shared_ptr_emplace()
307 _Alloc* __get_alloc() _NOEXCEPT { return __storage_.__get_alloc(); } in __get_alloc() function
319 _TpAlloc __tmp(*__get_alloc()); in __on_zero_shared()
330 _ControlBlockAlloc __tmp(*__get_alloc()); in __on_zero_shared_weak()
349 ::new ((void*)__get_alloc()) _Alloc(_VSTD::move(__a)); in _ALIGNAS_TYPE()
352 __get_alloc()->~_Alloc(); in _ALIGNAS_TYPE()
354 _LIBCPP_HIDE_FROM_ABI _Alloc* __get_alloc() _NOEXCEPT { in _ALIGNAS_TYPE()