ezrosent / allocators-rs

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

Update mmap-alloc for the new nightly `Alloc` trait #181

Closed fitzgen closed 6 years ago

fitzgen commented 6 years ago

Note: I did not attempt to update any of the other crates in this repo that wee_alloc does not depend on.

joshlf commented 6 years ago

@fitzgen Is this the same code that's currently working for y'all in wee_alloc? Just want to make sure it's battle-tested since the CI tests are failing (and since I'm going to merge this first before fixing the other crates).

fitzgen commented 6 years ago

Yep!

See https://github.com/rustwasm/wee_alloc/blob/master/wee_alloc/Cargo.toml#L37

On Tue, Apr 17, 2018, 9:53 PM Joshua Liebow-Feeser notifications@github.com wrote:

@fitzgen https://github.com/fitzgen Is this the same code that's currently working for y'all in wee_alloc? Just want to make sure it's battle-tested since the CI tests are failing (and since I'm going to merge this first before fixing the other crates).

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ezrosent/allocators-rs/pull/181#issuecomment-382260868, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEjSzeiXd1iplgbLH40phO29i8642g2ks5tpsazgaJpZM4TXWq0 .

joshlf commented 6 years ago

Superseded by #184.