Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h295 _TpAlloc __tmp(*__get_alloc()); in __shared_ptr_emplace()
303 _Alloc* __get_alloc() _NOEXCEPT { return __storage_.__get_alloc(); } in __get_alloc() function
312 _TpAlloc __tmp(*__get_alloc()); in __on_zero_shared()
322 _ControlBlockAlloc __tmp(*__get_alloc()); in __on_zero_shared_weak()
341 ::new ((void*)__get_alloc()) _Alloc(_VSTD::move(__a)); in _ALIGNAS_TYPE()
344 __get_alloc()->~_Alloc(); in _ALIGNAS_TYPE()
346 _Alloc* __get_alloc() _NOEXCEPT { in _ALIGNAS_TYPE()