mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
[process_madvise] Make init lazy so that python tests pass. Reset the pidfd on fork
This commit is contained in:
committed by
Guangli Dai
parent
f87bbab22c
commit
4246475b44
@@ -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();
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user