Make the bump allocator lock free and impl Alloc for shared reference

This commit is contained in:
Philipp Oppermann
2017-11-19 12:54:47 +01:00
parent 1f6633fe44
commit 9dc998222a
2 changed files with 22 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#![feature(lang_items)]
#![feature(const_fn)]
#![feature(alloc)]
#![feature(const_unique_new)]
#![feature(const_unique_new, const_atomic_usize_new)]
#![feature(unique)]
#![feature(allocator_api)]
#![no_std]