mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-18 07:17:49 +00:00
Add a heap_allocator module with a basic bump allocator
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#![feature(alloc)]
|
||||
#![feature(const_unique_new)]
|
||||
#![feature(unique)]
|
||||
#![feature(allocator_api)]
|
||||
#![no_std]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user