1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:28:12 +00:00
serenity/Kernel/Heap
Tom 08ff25f4ef Kernel: Invoke heap constructors separately early on
By having a separate list of constructors for the kernel heap
code, we can properly use constructors without re-running them
after the heap was already initialized. This solves some problems
where values were wiped out because they were overwritten by
running their constructors later in the initialization process.
2020-08-10 20:05:18 +02:00
..
kmalloc.cpp Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00
kmalloc.h Kernel: Use consistent names for kmalloc globals and remove volatile 2020-05-16 10:55:54 +02:00
SlabAllocator.cpp Kernel: Invoke heap constructors separately early on 2020-08-10 20:05:18 +02:00
SlabAllocator.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00