1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-05 22:54:55 +00:00
serenity/Kernel/Heap
Liav A. 2bba9411ca Kernel: Use the AK SetOnce container class in various cases
We have many places in the kernel code that we have boolean flags that
are only set once, and never reset again but are checked multiple times
before and after the time they're being set, which matches the purpose
of the SetOnce class.
2024-04-26 23:46:23 -06:00
..
Heap.h Kernel: Add initial basic support for KASAN 2023-12-30 13:57:10 +01:00
kmalloc.cpp Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
kmalloc.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00