Luna/luna/include
apio 4081186b27
All checks were successful
continuous-integration/drone/push Build is passing
Heap: Rewrite kmalloc to use Option<HeapBlock*> instead of nullable pointers to iterate over the heap
At some point, this should be done inside LinkedList itself, but we have no such thing as break in for_each().
It's iterate over everything or nothing.

This also requires operator= in Option, might be also added to Result in the future.
2022-12-30 19:02:25 +01:00
..
luna Heap: Rewrite kmalloc to use Option<HeapBlock*> instead of nullable pointers to iterate over the heap 2022-12-30 19:02:25 +01:00