diff options
Diffstat (limited to 'src/mm/heap_allocator.rs')
| -rw-r--r-- | src/mm/heap_allocator.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm/heap_allocator.rs b/src/mm/heap_allocator.rs new file mode 100644 index 0000000..5a7463d --- /dev/null +++ b/src/mm/heap_allocator.rs @@ -0,0 +1,2 @@ +#![feature(global_allocator, allocator_api, heap_api)] +struct HeapAllocator; |
