commit | 5fdae4a66db266219449d43ffc565888ee08dcad | [log] [tgz] |
---|---|---|
author | Andrew de los Reyes <adlr@chromium.org> | Tue Oct 05 10:47:42 2010 -0700 |
committer | Andrew de los Reyes <adlr@chromium.org> | Tue Oct 05 10:47:42 2010 -0700 |
tree | a55bfc2f3a9996634c4120b756e92fc6469d5dcb | |
parent | 880335caa8a72f2897beb8c5eb55a0e8155b918f [diff] |
AU: Ranges class to managing unordered collection of blocks/extents. Sometimes it's useful to have an unordered collection of ranges and manipulate them. For example, we may want to do set subtraction on two collections of extents. This class helps facilitate that. BUG=7294 TEST=attached unittest Review URL: http://codereview.chromium.org/3604005