Luna/kernel/src/memory
apio 042f999677
All checks were successful
continuous-integration/drone/push Build is passing
Heap: SCRUB IT ALL
If your memory is all 0xacacacac there is a big probability you haven't initialized it.
2022-12-19 13:20:38 +01:00
..
Heap.cpp Heap: SCRUB IT ALL 2022-12-19 13:20:38 +01:00
Heap.h Heap: SCRUB IT ALL 2022-12-19 13:20:38 +01:00
KernelVM.cpp Spinlock+LockedValue: Remove init() functions 2022-12-18 20:36:15 +01:00
KernelVM.h Add a virtual memory allocator for the kernel 2022-12-05 20:36:24 +01:00
MemoryManager.cpp Make MemoryManager's scope guards more robust 2022-12-19 11:55:53 +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