Files
ladybird/Kernel/FileSystem/Ext2FileSystem.cpp
Andreas Kling 76308c2e1f Kernel: Reduce ByteBuffer thrashing in inode block list generation
Instead of creating and destroying a new ByteBuffer for every block we
process during block list generation, just use stack memory instead.
2020-11-24 21:29:08 +01:00

57 KiB