banan-os/kernel/kernel/Memory
Bananymous 924fc2118c 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.cpp Kernel: Allocators are now stored in UniqPtr 2023-06-04 01:25:57 +03:00
GeneralAllocator.cpp Kernel: Allocators are now stored in UniqPtr 2023-06-04 01:25:57 +03:00
Heap.cpp Kernel: Heap will return 0 if no free page is available 2023-06-03 02:55:31 +03:00
PhysicalRange.cpp Kernel: PhysicalRange maps its nodes to kernel vaddr space 2023-06-04 01:20:47 +03:00
VirtualRange.cpp Kernel: Remove unnecessary usages of PageTableScope 2023-05-29 21:11:29 +03:00
kmalloc.cpp Kernel: kmalloc free error prints the pointer 2023-05-31 00:34:56 +03:00