A set of VMAddress ranges. More...
#include "util/misc/range_set.h"
Public Member Functions | |
| RangeSet (const RangeSet &)=delete | |
| RangeSet & | operator= (const RangeSet &)=delete |
| void | Insert (VMAddress base, VMSize size) |
| Inserts a range into the set. | |
| bool | Contains (VMAddress address) const |
Returns true if address falls within a range in this set. | |
A set of VMAddress ranges.
Inserts a range into the set.
| [in] | base | The low address of the range. |
| [in] | size | The size of the range. |