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
..
2022-12-21 20:22:44 +01:00
2022-12-21 20:22:44 +01:00
2022-12-23 13:09:21 +01:00
2022-12-23 13:09:21 +01:00
2022-12-22 18:00:35 +01:00
2022-12-16 18:32:29 +01:00