Add FixedSizeBlockAllocator type

This commit is contained in:
Philipp Oppermann
2020-01-20 14:04:13 +01:00
parent 4f234b67ef
commit 9b7326541e
2 changed files with 25 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#![feature(alloc_error_handler)]
#![feature(const_fn)]
#![feature(alloc_layout_extra)]
#![feature(const_in_array_repeat_expressions)]
#![test_runner(crate::test_runner)]
#![reexport_test_harness_main = "test_main"]