mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-26 02:27:21 +03:00
Emap: Move in szind and slab modifications.
This commit is contained in:
parent
9b5d105fc3
commit
65a54d7714
5 changed files with 30 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue