mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-18 07:17:49 +00:00
Make the bump allocator lock free and impl Alloc for shared reference
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user