rust-osdev / linked-list-allocator

Apache License 2.0
219 stars 53 forks source link

AllocRef::alloc is now safe and allows zero-sized allocations #28

Closed phil-opp closed 4 years ago

phil-opp commented 4 years ago

This was implemented in https://github.com/rust-lang/rust/pull/69799.

Note that this is a breaking change when using the alloc_ref feature of this crate. Given that we explicitly document in the Readme that this feature is highly unstable, we will still release it as a normal patch version.

phil-opp commented 4 years ago

Published as version 0.8.1