mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-26 18:47:19 +03:00
Handle log_mtx during forking
This commit is contained in:
parent
ea42174d07
commit
112dc36dd5
3 changed files with 6 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ static prof_alloc_node_t *log_alloc_first = NULL;
|
|||
static prof_alloc_node_t *log_alloc_last = NULL;
|
||||
|
||||
/* Protects the prof_logging_state and any log_{...} variable. */
|
||||
static malloc_mutex_t log_mtx;
|
||||
malloc_mutex_t log_mtx;
|
||||
|
||||
/******************************************************************************/
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue