Enforce page alignment for sampled allocations.
This allows sampled allocations to be checked through alignment, therefore enable sized deallocation regardless of cache_oblivious.
This commit is contained in:
@@ -59,8 +59,8 @@ test_extent_body(unsigned arena_ind) {
|
||||
assert_true(called_decommit, "Expected decommit call");
|
||||
assert_true(did_purge_lazy || did_purge_forced,
|
||||
"Expected purge");
|
||||
assert_true(called_split, "Expected split call");
|
||||
}
|
||||
assert_true(called_split, "Expected split call");
|
||||
dallocx(p, flags);
|
||||
try_dalloc = true;
|
||||
|
||||
|
Reference in New Issue
Block a user