You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add consistency checks for the configuration of the allocator. As already fixed in #247, similar fixes are on their way for the tests directory. Consistency checks could be: Can we fit at least one element of each hierarchy level into the one above? E.g., is the given heap size big enough to accommodate for at least one accessblocksize? Does at least one region fit into accessblocksize? Etc.
The text was updated successfully, but these errors were encountered:
We should add consistency checks for the configuration of the allocator. As already fixed in #247, similar fixes are on their way for the
tests
directory. Consistency checks could be: Can we fit at least one element of each hierarchy level into the one above? E.g., is the given heap size big enough to accommodate for at least oneaccessblocksize
? Does at least one region fit intoaccessblocksize
? Etc.The text was updated successfully, but these errors were encountered: