Searched defs:__builtin_new_allocator (Results 1 – 1 of 1) sorted by relevance
27 struct __builtin_new_allocator { struct28 struct __builtin_new_deleter {43 typedef unique_ptr<void, __builtin_new_deleter> __holder_t;45 _LIBCPP_HIDE_FROM_ABI static __holder_t __allocate_bytes(size_t __s, size_t __align) { in __allocate_bytes()49 …CPP_HIDE_FROM_ABI static void __deallocate_bytes(void* __p, size_t __s, size_t __align) _NOEXCEPT { in __deallocate_bytes()54 …NODEBUG _LIBCPP_ALWAYS_INLINE _LIBCPP_HIDE_FROM_ABI static __holder_t __allocate_type(size_t __n) { in __allocate_type()60 __deallocate_type(void* __p, size_t __n) _NOEXCEPT { in __deallocate_type()