banan-os/kernel/include/kernel/Memory
Bananymous 5bf7ca1c80 Kernel: Allocators are now stored in UniqPtr
This allows proper memory management, we had some memory leak
2023-06-04 01:25:57 +03:00
..
FixedWidthAllocator.h Kernel: Allocators are now stored in UniqPtr 2023-06-04 01:25:57 +03:00
GeneralAllocator.h Kernel: Allocators are now stored in UniqPtr 2023-06-04 01:25:57 +03:00
Heap.h Kernel: Shell 'memory' now prints heap memory usage 2023-06-03 02:22:18 +03:00
PageTable.h Kernel: You can specify first vaddr for getting free pages 2023-06-04 01:15:48 +03:00
PageTableScope.h Kernel: Rename MMU to PageTable 2023-05-29 21:06:09 +03:00
PhysicalRange.h Kernel: PhysicalRange maps its nodes to kernel vaddr space 2023-06-04 01:20:47 +03:00
Types.h Kernel: PAGE_FLAG_MASK is now only 0xF 2023-06-03 20:08:13 +03:00
VirtualRange.h Kernel: Rename MMU to PageTable 2023-05-29 21:06:09 +03:00
kmalloc.h Kernel: Move kmalloc and MMU to Memory directory 2023-04-18 10:18:15 +03:00