fn queryCapacity(self: ArenaAllocator) usize

Queries the current memory use of this arena. This will not include the storage required for internal keeping.

Parameters