Namespaces
Variants
Actions

std::scoped_allocator_adaptor<OuterAlloc,InnerAlloc...>::allocate

From cppreference.com
 
C++
 
Memory management library
(exposition only*)
Allocators
Uninitialized memory algorithms
Constrained uninitialized memory algorithms
Memory resources
Uninitialized storage (until C++20)
(until C++20*)
(until C++20*)

Garbage collector support (until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
 
std::scoped_allocator_adaptor
Defined in header <scoped_allocator>
pointer allocate( size_type n );
(1) (since C++11)
pointer allocate( size_type n, const_void_pointer hint );
(2) (since C++11)

Uses the outer allocator to allocate uninitialized storage.

1) Calls std::allocator_traits<OuterAlloc>::allocate(outer_allocator(), n).
2) Additionally provides memory locality hint, by calling std::allocator_traits<OuterAlloc>::allocate(outer_allocator(), n, hint).

[edit] Parameters

n - the number of objects to allocate storage for
hint - pointer to a nearby memory location

[edit] Return value

The pointer to the allocated storage.

[edit] See also

allocates uninitialized storage
(public member function of std::allocator<T>) [edit]
[static]
allocates uninitialized storage using the allocator
(public static member function of std::allocator_traits<Alloc>) [edit]

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant