Searched refs:allocate_at_least (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dallocate_at_least.h32 allocation_result<typename allocator_traits<_Alloc>::pointer> allocate_at_least(_Alloc& __alloc, size_t __n) { function
33 if constexpr (requires { __alloc.allocate_at_least(__n); }) {
34 return __alloc.allocate_at_least(__n);
43 return std::allocate_at_least(__alloc, __n);
H A Dallocator.h14 #include <__memory/allocate_at_least.h>
121 allocation_result<_Tp*> allocate_at_least(size_t __n) { function in class:allocator
210 allocation_result<const _Tp*> allocate_at_least(size_t __n) { function in class:allocator
/openbsd-current/gnu/lib/libcxx/
H A DMakefile506 __memory/allocate_at_least.h \

Completed in 119 milliseconds