Emap: Move in szind and slab modifications.

This commit is contained in:
David Goldblatt
2020-02-05 17:17:15 -08:00
committed by David Goldblatt
parent 9b5d105fc3
commit 65a54d7714
5 changed files with 30 additions and 25 deletions

View File

@@ -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;