Searched refs:__holder_t (Results 1 – 1 of 1) sorted by relevance
43 typedef unique_ptr<void, __builtin_new_deleter> __holder_t; typedef45 _LIBCPP_HIDE_FROM_ABI static __holder_t __allocate_bytes(size_t __s, size_t __align) { in __allocate_bytes()46 return __holder_t(std::__libcpp_allocate(__s, __align), __builtin_new_deleter(__s, __align)); in __allocate_bytes()54 …_LIBCPP_NODEBUG _LIBCPP_ALWAYS_INLINE _LIBCPP_HIDE_FROM_ABI static __holder_t __allocate_type(size… in __allocate_type()