Arena.capacity

How many items can be stored without commiting more memory (committed items)

struct Arena(T)
size_t capacity;

Meta