mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-23 13:26:22 +03:00
Refactor profiling headers
This commit is contained in:
parent
6342da0970
commit
ea42174d07
7 changed files with 80 additions and 59 deletions
|
|
@ -4,10 +4,12 @@
|
|||
|
||||
#include "jemalloc/internal/assert.h"
|
||||
#include "jemalloc/internal/ckh.h"
|
||||
#include "jemalloc/internal/emitter.h"
|
||||
#include "jemalloc/internal/hash.h"
|
||||
#include "jemalloc/internal/malloc_io.h"
|
||||
#include "jemalloc/internal/mutex.h"
|
||||
#include "jemalloc/internal/emitter.h"
|
||||
#include "jemalloc/internal/prof_data_externs.h"
|
||||
#include "jemalloc/internal/prof_log_externs.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