banan-os/kernel/kernel/Memory
Bananymous 46c34db6cb Kernel: GeneralAllocator and FixedWidth allocator invalidate TLB caches
We were getting random exceptions when reallocating same addressess and
this fixes that problem :)
2023-06-11 15:57:48 +03:00
..
FixedWidthAllocator.cpp Kernel: GeneralAllocator and FixedWidth allocator invalidate TLB caches 2023-06-11 15:57:48 +03:00
GeneralAllocator.cpp Kernel: GeneralAllocator and FixedWidth allocator invalidate TLB caches 2023-06-11 15:57:48 +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: Big commit. Rewrite ELF loading code 2023-06-09 00:37:43 +03:00
kmalloc.cpp Kernel: kmalloc free error prints the pointer 2023-05-31 00:34:56 +03:00