mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-31 07:28:02 +03:00
Move file handling logic in prof to prof_sys
This commit is contained in:
parent
03ae509f32
commit
767a2e1790
6 changed files with 175 additions and 139 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#include "jemalloc/internal/mutex.h"
|
||||
#include "jemalloc/internal/prof_data.h"
|
||||
#include "jemalloc/internal/prof_log.h"
|
||||
#include "jemalloc/internal/prof_sys.h"
|
||||
|
||||
bool opt_prof_log = false;
|
||||
typedef enum prof_logging_state_e prof_logging_state_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue