[#Arena-2constructor-08] = xref:Arena.adoc[Arena]::Arena :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<support/lockedpool.h>` Deleted copy constructor; an Arena cannot be copied. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:Arena/2constructor-0f.adoc[Arena](xref:Arena.adoc[Arena] const& other) = delete; ---- [.small]#xref:Arena/2constructor-0f.adoc[_» more..._]# Construct an arena over a memory region. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:Arena/2constructor-0e.adoc[Arena]( void* base, size_t size, size_t alignment); ---- [.small]#xref:Arena/2constructor-0e.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The arena that would have been copied. | *base* | Base address of the region managed by the arena. | *size* | Size in bytes of the region. | *alignment* | Minimum alignment for chunks carved from the region. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#