diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-11-01 13:39:28 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-11-01 13:39:28 +0100 |
commit | 065f0aee35331cd721c163a66ca68183f5ff4517 (patch) | |
tree | 07d6c348fbde1e2d96c2bc138febcaaa6462cf55 /Kernel/Syscall.cpp | |
parent | fce81d376c73e79093df3ae0560e5d8f288eae43 (diff) | |
download | serenity-065f0aee35331cd721c163a66ca68183f5ff4517.zip |
Preallocate the maximum number of FileHandle pointers (fds) in every process.
This could even use a more specific data structure since it doesn't need the
grow/shrink capabilities of a vector.
Diffstat (limited to 'Kernel/Syscall.cpp')
0 files changed, 0 insertions, 0 deletions