1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:57:35 +00:00
serenity/Kernel/Heap
Andreas Kling 4fcc637e29 Kernel: Add MAKE_ALIGNED_ALLOCATED helper macro
This macro inserts operator new/delete into a class, allowing you
to very easily specify a specific heap alignment.
2021-03-11 14:21:49 +01:00
..
Heap.h Kernel: Use BitmapView instead of Bitmap::wrap() 2021-03-04 11:25:45 +01:00
kmalloc.cpp Kernel: Remove some unused things in kmalloc.cpp 2021-03-09 22:10:41 +01:00
kmalloc.h Kernel: Add MAKE_ALIGNED_ALLOCATED helper macro 2021-03-11 14:21:49 +01:00
SlabAllocator.cpp Kernel: Use default con/de-structors 2021-02-28 18:09:12 +01:00
SlabAllocator.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00