1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 07:15:07 +00:00
serenity/Kernel/Heap
Timon Kruiper 344ffda8cb Kernel: Use AK::is_power_of_two instead of AK::popcount in kmalloc_impl
AK::popcount will use floating-point instructions, which in the aarch64
kernel are not allowed, and will result in an exception.
2022-12-21 08:35:14 +00:00
..
Heap.h Kernel: Start implementing kmalloc_aligned more efficiently 2022-12-14 15:18:31 +00:00
kmalloc.cpp Kernel: Use AK::is_power_of_two instead of AK::popcount in kmalloc_impl 2022-12-21 08:35:14 +00:00
kmalloc.h Kernel: Start implementing kmalloc_aligned more efficiently 2022-12-14 15:18:31 +00:00