Move file handling logic in prof to prof_sys

This commit is contained in:
Yinan Zhang
2020-04-02 16:20:01 -07:00
parent 03ae509f32
commit 767a2e1790
6 changed files with 175 additions and 139 deletions

View File

@@ -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;