Searched refs:__allocate_bytes (Results 1 – 1 of 1) sorted by relevance
45 _LIBCPP_HIDE_FROM_ABI static __holder_t __allocate_bytes(size_t __s, size_t __align) { in __allocate_bytes() function55 return __allocate_bytes(__n * sizeof(_Tp), _LIBCPP_ALIGNOF(_Tp)); in __allocate_type()