serenity/Kernel/Heap
Andrew Kaster ddea37b521 Kernel+LibC: Move name length constants to Kernel/API from limits.h
Reduce inclusion of limits.h as much as possible at the same time.

This does mean that kmalloc.h is now including Kernel/API/POSIX/limits.h
instead of LibC/limits.h, but the scope could be limited a lot more.
Basically every file in the kernel includes kmalloc.h, and needs the
limits.h include for PAGE_SIZE.
2023-01-21 10:43:59 -07:00
..
Heap.h Kernel: Start implementing kmalloc_aligned more efficiently 2022-12-14 15:18:31 +00:00
kmalloc.cpp Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
kmalloc.h Kernel+LibC: Move name length constants to Kernel/API from limits.h 2023-01-21 10:43:59 -07:00