crosvm/resources
David Stevens 082cd4acbc resources: optimize region coalescing
Replace AddressAllocator's linear search when coalescing free regions
with a search that takes advantage of the fact that the underlying
BTreeSet is sorted.

BUG=None
TEST=unit tests
TEST=boot ARCVM
TEST=boot ManaTEE and sibling crostini

Change-Id: I912ca229132780e19a05d399ac571fc6d82d1517
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3802639
Tested-by: David Stevens <stevensd@chromium.org>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: David Stevens <stevensd@chromium.org>
2022-08-03 02:09:50 +00:00
..
src resources: optimize region coalescing 2022-08-03 02:09:50 +00:00
Cargo.toml Refactoring: Move common/base into base 2022-03-17 00:01:27 +00:00