mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-13 12:17:18 +03:00
Emap: Move edata modification out of emap_remap.
This commit is contained in:
parent
12eb888e54
commit
dfef0df71a
4 changed files with 6 additions and 3 deletions
|
|
@ -487,6 +487,7 @@ extent_split_interior(tsdn_t *tsdn, pa_shard_t *shard, ehooks_t *ehooks,
|
|||
}
|
||||
|
||||
if (leadsize == 0 && trailsize == 0) {
|
||||
edata_szind_set(*edata, szind);
|
||||
emap_remap(tsdn, &emap_global, *edata, szind, slab);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue