diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2021-04-07 02:17:05 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-12 18:03:44 +0200 |
commit | 497c759ab773b73a2f66a82ad13901b9178ee49e (patch) | |
tree | 392e2d654769289e5aa4b86ac56d234621834aac /.gitignore | |
parent | f8a3da46fd7617a96300813d45ebef12597e979e (diff) | |
download | serenity-497c759ab773b73a2f66a82ad13901b9178ee49e.zip |
Kernel: Remove old region from process' regions vector before splitting
This does not affect functionality right now, but it means that the
regions vector will now never have any overlapping regions, which will
allow the use of balance binary search trees instead of a vector in the
future. (since they require keys to be exclusive)
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions