mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-20 11:56:23 +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
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include "jemalloc/internal/mutex.h"
|
||||
|
||||
extern malloc_mutex_t log_mtx;
|
||||
|
||||
void prof_try_log(tsd_t *tsd, size_t usize, prof_info_t *prof_info);
|
||||
bool prof_log_init(tsd_t *tsdn);
|
||||
#ifdef JEMALLOC_JET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue