Files
serenity/Kernel/Memory/MemoryManager.cpp
Sönke Holz d0e77ec377 AK+Kernel: Don't allow Vector::ensure_capacity() in the kernel
This function doesn't propagate allocation failures.

Replace all current usages of this function by using
`try_ensure_capacity()` instead.
2025-11-22 19:51:20 +01:00

81 KiB