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