Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dlibcxx.control_block_layout.pass.cpp80 char const* new_alloc = reinterpret_cast<char const*>(new_.__get_alloc()); in test()
/llvm-project-15.0.7/libcxx/include/__memory/
H A Dshared_ptr.h291 _TpAlloc __tmp(*__get_alloc()); in __shared_ptr_emplace()
299 _Alloc* __get_alloc() _NOEXCEPT { return __storage_.__get_alloc(); } in __get_alloc() function
308 _TpAlloc __tmp(*__get_alloc()); in __on_zero_shared()
318 _ControlBlockAlloc __tmp(*__get_alloc()); in __on_zero_shared_weak()
337 ::new ((void*)__get_alloc()) _Alloc(_VSTD::move(__a)); in _ALIGNAS_TYPE()
340 __get_alloc()->~_Alloc(); in _ALIGNAS_TYPE()
342 _Alloc* __get_alloc() _NOEXCEPT { in _ALIGNAS_TYPE()