Improve check_bounds init check.
This commit is contained in:
committed by
Matthew Parkinson
parent
419347ba4a
commit
ef64f6c31b
@@ -335,6 +335,12 @@ namespace snmalloc
|
||||
UNUSED(local_state);
|
||||
return concretePagemap.get_bounds();
|
||||
}
|
||||
|
||||
static bool is_initialised(LocalState* ls)
|
||||
{
|
||||
UNUSED(ls);
|
||||
return concretePagemap.is_initialised();
|
||||
}
|
||||
};
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user