ezrosent / allocators-rs

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

slab-alloc: Support no-std and no-os #2

Open joshlf opened 7 years ago

joshlf commented 7 years ago

slab-alloc currently has an os feature and a std feature (which depends on the os feature). However, the code as it stands today can't actually compile without both features being enabled (which is the default). This issue tracks progress towards making slab-alloc truly support a no-std or no-os environment.

Tasks:

lachlansneff commented 6 years ago

How far along is this?

joshlf commented 6 years ago

We've made no progress on this.

joshlf commented 6 years ago

However, @shivanth mentioned that they might work on #3. I don't know if that's happened.