mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23:06 +00:00
Handle log_mtx during forking
This commit is contained in:
@@ -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;
|
||||
|
||||
/******************************************************************************/
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user