Searched refs:allocation_result (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dallocate_at_least.h24 struct allocation_result { struct
28 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(allocation_result); variable
32 allocation_result<typename allocator_traits<_Alloc>::pointer> allocate_at_least(_Alloc& __alloc, size_t __n) {
H A Dallocator.h121 allocation_result<_Tp*> allocate_at_least(size_t __n) {
210 allocation_result<const _Tp*> allocate_at_least(size_t __n) {

Completed in 116 milliseconds