ezrosent / allocators-rs

Allocators in Rust
Apache License 2.0
311 stars 28 forks source link

Rust Alloc and custom Vec #62

Closed ezrosent closed 7 years ago

ezrosent commented 7 years ago

Currently a work in progress. One thing that's missing is memory measurements in the benchmarks. There is also a problem with PageAlloc's drop implementation (hint: it doesn't have one) that I can fix this evening.

ezrosent commented 7 years ago

Note that while this diff is fairly large, the number that github reports is inflated: that's because Rustfmt is still causing fairly large diffs on older files. I believe the defaults changed at some point. There must be a way to avoid things like this...