Allocates uninitialized memory for n objects using std::allocator.
Synopsis
Declared in <support/allocators/zeroafterfree.h>
T*
allocate(std::size_t n);
Return Value
Pointer to storage for n objects of type T.
Parameters
Name |
Description |
n |
Number of objects of type T to allocate. |
Created with MrDocs