Commits
Click on a commit to change the comparison rangefeat(allocator): add `Allocator::capacity` and `used_bytes` methods (#8621)
Add 2 methods for determining the size of `Allocator`:
* `capacity` returns total size of memory owned by the `Allocator` (including space not yet used).
* `used_bytes` returns total size of data so far allocated in the arena.2 months ago
by overlookmotel