mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-20 17:31:16 +03:00
[process_madvise] Make init lazy so that python tests pass. Reset the pidfd on fork
This commit is contained in:
parent
fb52eac372
commit
97d25919c3
4 changed files with 34 additions and 7 deletions
|
|
@ -4549,6 +4549,7 @@ jemalloc_postfork_child(void) {
|
|||
malloc_mutex_postfork_child(tsd_tsdn(tsd), &arenas_lock);
|
||||
tcache_postfork_child(tsd_tsdn(tsd));
|
||||
ctl_postfork_child(tsd_tsdn(tsd));
|
||||
pages_postfork_child();
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue