Files
ladybird/Kernel/FileSystem/VirtualFileSystem.h
Andreas Kling 13041f894f Kernel: Start using StringView in the VFS class.
The less kmalloc() we can do, the better. Calling kmalloc() disables all
interrupts while it runs, so it's directly affecting responsiveness.
2019-04-15 14:57:27 +02:00

3.9 KiB