ladybird/Kernel/Heap
Andreas Kling 4d585cdb82 Kernel: Set NX bit on expanded kmalloc memory mappings if supported
We never want to execute kmalloc memory.
2021-12-25 22:07:59 +01:00
..
Heap.h Kernel: Make kmalloc heap expansion kmalloc-free 2021-12-25 22:07:59 +01:00
kmalloc.cpp Kernel: Set NX bit on expanded kmalloc memory mappings if supported 2021-12-25 22:07:59 +01:00
kmalloc.h Kernel: Remove unused function declaration for kmalloc_impl() 2021-12-25 22:07:59 +01:00
SlabAllocator.cpp Kernel: Handle string format errors in SlabAllocator stats :^) 2021-11-30 11:16:35 +01:00
SlabAllocator.h Kernel: Add missing include to SlabAllocator 2021-12-09 22:53:42 -08:00