[#zero_after_free_allocator-0c-allocate] = xref:zero_after_free_allocator-0c.adoc[zero_after_free_allocator<byte>]::allocate :relfileprefix: ../ :mrdocs: Allocates uninitialized memory for n objects using std::allocator. == Synopsis Declared in `<support/allocators/zeroafterfree.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- byte* allocate(std::size_t n); ---- == Return Value Pointer to storage for n objects of type T. == Parameters [cols="1,4"] |=== | Name| Description | *n* | Number of objects of type T to allocate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#