diff --git a/src/allocator/frame/bump.rs b/src/allocator/frame/bump.rs index 9985feff3a..9043b181ae 100644 --- a/src/allocator/frame/bump.rs +++ b/src/allocator/frame/bump.rs @@ -25,7 +25,7 @@ impl BumpAllocator { } } pub fn areas(&self) -> &'static [MemoryArea] { - todo!() + self.orig_areas.0 } /// Returns one semifree and the fully free areas. The offset is the number of bytes after /// which the first area is free.