mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-28 19:33:04 +03:00
Geom_grow: Don't take tsdn at init.
It's never used.
This commit is contained in:
parent
ffe552223c
commit
c57494879f
3 changed files with 3 additions and 3 deletions
|
|
@ -68,7 +68,7 @@ pac_init(tsdn_t *tsdn, pac_t *pac, base_t *base, emap_t *emap,
|
|||
ind, /* delay_coalesce */ false)) {
|
||||
return true;
|
||||
}
|
||||
if (geom_grow_init(tsdn, &pac->geom_grow)) {
|
||||
if (geom_grow_init(&pac->geom_grow)) {
|
||||
return true;
|
||||
}
|
||||
if (decay_init(&pac->decay_dirty, cur_time, dirty_decay_ms)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue