mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-15 21:27:18 +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
|
|
@ -48,7 +48,7 @@ geom_grow_size_commit(geom_grow_t *geom_grow, pszind_t skip) {
|
|||
|
||||
}
|
||||
|
||||
bool geom_grow_init(tsdn_t *tsdn, geom_grow_t *geom_grow);
|
||||
bool geom_grow_init(geom_grow_t *geom_grow);
|
||||
void geom_grow_prefork(tsdn_t *tsdn, geom_grow_t *geom_grow);
|
||||
void geom_grow_postfork_parent(tsdn_t *tsdn, geom_grow_t *geom_grow);
|
||||
void geom_grow_postfork_child(tsdn_t *tsdn, geom_grow_t *geom_grow);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue