We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Bumpalo provides chunk_capacity function which is helpful to understand that's alloc overhead in current chunk.
chunk_capacity
However, previous chunks may also have unused capacity.
So a function like alloc_overhead may be helpful to understand what is the overhead when allocating with bumpalo.
alloc_overhead
Activity