1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:48:11 +00:00
serenity/Kernel/Heap
Andreas Kling 1c99f99e99 Kernel: Make kmalloc expansions scale to incoming allocation request
This allows kmalloc() to satisfy arbitrary allocation requests instead
of being limited to a static subheap expansion size.
2021-12-26 10:43:07 +01:00
..
Heap.h Kernel: Make kmalloc heap expansion kmalloc-free 2021-12-25 22:07:59 +01:00
kmalloc.cpp Kernel: Make kmalloc expansions scale to incoming allocation request 2021-12-26 10:43:07 +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