Luna/kernel/src/memory
apio 59765aa334
All checks were successful
continuous-integration/drone/push Build is passing
Rename String.h -> CString.h
Let's not confuse String.h with a managed string class, it's in fact the equivalent of the C stdlib's <string.h>
2022-12-16 20:40:04 +01:00
..
Heap.cpp Rename String.h -> CString.h 2022-12-16 20:40:04 +01:00
Heap.h Move make and destroy to luna 2022-12-06 16:41:22 +01:00
KernelVM.cpp KernelVM: clean up a bit 2022-12-07 16:11:59 +00:00
KernelVM.h Add a virtual memory allocator for the kernel 2022-12-05 20:36:24 +01:00
MemoryManager.cpp Rename String.h -> CString.h 2022-12-16 20:40:04 +01:00
MemoryManager.h Improve cleanup on MemoryManager failure + add methods that use KernelVM 2022-12-16 19:36:38 +01:00
MemoryMap.cpp Convert MemoryMapIterator to Option 2022-12-16 19:47:20 +01:00
MemoryMap.h Convert MemoryMapIterator to Option 2022-12-16 19:47:20 +01:00