Return whether a pointer points inside this arena. This returns base <= ptr < (base+size) so only use it for (inclusive) chunk starting addresses.
Declared in <support/lockedpool.h>
bool
addressInArena(void* ptr) const;
True when the pointer lies within this arena.
| Name | Description |
|---|---|
| ptr | Pointer to test against the arena's bounds. |