1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 17:41:01 +00:00
serenity/Kernel/Heap
Gunnar Beutner c4acfdc0fb Kernel: Add slab allocator for 256 bytes
Our types are getting a tiny bit larger for x86_64 so we need another
slab allocator to deal with that.
2021-06-26 11:08:52 +02:00
..
Heap.h Kernel: Don't overrun the buffer in krealloc() 2021-05-29 17:28:45 +04:30
kmalloc.cpp AK+Kernel: Make fallible allocations compiler-agnostic 2021-06-24 17:35:49 +04:30
kmalloc.h AK+Kernel: Make fallible allocations compiler-agnostic 2021-06-24 17:35:49 +04:30
SlabAllocator.cpp Kernel: Add slab allocator for 256 bytes 2021-06-26 11:08:52 +02:00
SlabAllocator.h AK+Kernel: Make fallible allocations compiler-agnostic 2021-06-24 17:35:49 +04:30