Files
ladybird/Kernel
Andreas Kling 2ff3c54153 Kernel: Remove unnecessary churn in ConsoleManagement
The maximum number of virtual consoles is determined at compile time,
so we can pre-allocate that many slots, dodging some heap allocations.

Furthermore, virtual consoles are never destroyed, so it's fine to
simply store a raw pointer to the currently active one.
2021-08-08 00:44:25 +02:00
..
2021-08-07 11:48:00 +02:00
2021-08-07 11:48:00 +02:00
2021-08-07 11:48:00 +02:00
2021-07-11 14:14:51 +02:00
2021-06-28 15:55:00 +02:00
2021-06-24 10:29:09 +02:00
2021-06-24 00:38:23 +02:00