Luna/luna
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
..
include/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
src Add an overload for aligned deletes which just calls the normal operator delete 2022-12-24 11:49:12 +01:00
CMakeLists.txt Add dbgln() for the luna library 2022-12-22 18:00:35 +01:00