Crashpad
|
A set of VMAddress ranges. More...
#include "util/misc/range_set.h"
Public Member Functions | |
void | Insert (VMAddress base, VMSize size) |
Inserts a range into the set. More... | |
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. |