fitzgen / bumpalo

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

Add `allocated_bytes` method #58

Closed novacrazy closed 4 years ago

novacrazy commented 4 years ago

Using your advice in #57 made this pretty simple. Thanks!

Fixes #57