ladybird/Meta/CMake
Brian Gianforcaro 9c38475608 Kernel: Add the ability to verify we don't kmalloc under spinlock.
Ideally we would never allocate under a spinlock, as it has many
performance and potentially functionality (deadlock) pitfalls.

We violate that rule in many places today, but we need a tool to track
them all down and fix them. This change introduces a new macro option
named `KMALLOC_VERIFY_NO_SPINLOCK_HELD` which can catch these
situations at runtime via an assert.
2021-05-14 13:28:21 +02:00
..
all_the_debug_macros.cmake Kernel: Add the ability to verify we don't kmalloc under spinlock. 2021-05-14 13:28:21 +02:00
precompile-headers.cmake Meta: Add an option to precompile some very common AK headers 2021-04-21 14:29:46 +02:00
utils.cmake CMake: Make missing medium icon a FATAL_ERROR 2021-05-13 23:45:50 +02:00