mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23:06 +00:00
Emap: Move in szind and slab modifications.
This commit is contained in:
committed by
David Goldblatt
parent
9b5d105fc3
commit
65a54d7714
@@ -516,7 +516,7 @@ extent_split_interior(tsdn_t *tsdn, arena_t *arena, ehooks_t *ehooks,
|
||||
}
|
||||
|
||||
if (leadsize == 0 && trailsize == 0) {
|
||||
emap_remap(tsdn, &emap_global, *edata, size, szind, slab);
|
||||
emap_remap(tsdn, &emap_global, *edata, szind, slab);
|
||||
}
|
||||
|
||||
return extent_split_interior_ok;
|
||||
|
||||
Reference in New Issue
Block a user