Fix cache friendly offset.
This commit is contained in:
@@ -911,7 +911,7 @@ namespace snmalloc
|
||||
while (prev != nullptr)
|
||||
{
|
||||
auto n = Metaslab::follow_next(prev);
|
||||
dealloc(prev);
|
||||
dealloc(remove_cache_friendly_offset(prev, i));
|
||||
prev = n;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user