1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 20:55:07 +00:00
serenity/Kernel/Heap
Idan Horowitz 29eee390ec Kernel: Implement kmalloc_good_size for the new kmalloc
This lets kmalloc-aware data structures like Vector and HashTable use
up the extra wasted space we allocate in the slab heaps & heap chunks.
2022-03-08 00:46:25 +02:00
..
Heap.h Kernel: Implement kmalloc_good_size for the new kmalloc 2022-03-08 00:46:25 +02:00
kmalloc.cpp Kernel: Implement kmalloc_good_size for the new kmalloc 2022-03-08 00:46:25 +02:00
kmalloc.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00