mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23:06 +00:00
Remove merge dependence on the arena.
This commit is contained in:
committed by
David Goldblatt
parent
439219be7e
commit
372042a082
@@ -170,7 +170,8 @@ large_ralloc_no_move_expand(tsdn_t *tsdn, edata_t *edata, size_t usize,
|
||||
}
|
||||
}
|
||||
|
||||
if (extent_merge_wrapper(tsdn, arena, ehooks, edata, trail)) {
|
||||
if (extent_merge_wrapper(tsdn, ehooks, &arena->edata_cache, edata,
|
||||
trail)) {
|
||||
extent_dalloc_wrapper(tsdn, arena, ehooks, trail);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user