mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-09 21:54:33 +03:00
Remove pidfd_open call handling and rely on PIDFD_SELF
This commit is contained in:
parent
9442300cc3
commit
5d5f76ee01
4 changed files with 11 additions and 35 deletions
|
|
@ -4535,7 +4535,6 @@ 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