[#Arena-addressInArena] = xref:Arena.adoc[Arena]::addressInArena :relfileprefix: ../ :mrdocs: Return whether a pointer points inside this arena. This returns base <= ptr < (base+size) so only use it for (inclusive) chunk starting addresses. == Synopsis Declared in `<support/lockedpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool addressInArena(void* ptr) const; ---- == Return Value True when the pointer lies within this arena. == Parameters [cols="1,4"] |=== | Name| Description | *ptr* | Pointer to test against the arena's bounds. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#