fitzgen / bumpalo

A fast bump allocation arena for Rust
https://docs.rs/bumpalo
Apache License 2.0
1.43k stars 112 forks source link

Reverse the order of the chunks in iter_allocated_chunks and each_allocated_chunk #42

Closed TethysSvensson closed 4 years ago

TethysSvensson commented 4 years ago

As discussed in #38, this PR reverses the order chunks are returned in iter_allocated_chunks and each_allocated_chunk.

It also updates some documentation in a few places to make it up-to-date with #37.