Remove _externs from prof internal header names
This commit is contained in:
parent
112dc36dd5
commit
3fa142cf39
@ -5,8 +5,8 @@
|
|||||||
#include "jemalloc/internal/ctl.h"
|
#include "jemalloc/internal/ctl.h"
|
||||||
#include "jemalloc/internal/assert.h"
|
#include "jemalloc/internal/assert.h"
|
||||||
#include "jemalloc/internal/mutex.h"
|
#include "jemalloc/internal/mutex.h"
|
||||||
#include "jemalloc/internal/prof_data_externs.h"
|
#include "jemalloc/internal/prof_data.h"
|
||||||
#include "jemalloc/internal/prof_log_externs.h"
|
#include "jemalloc/internal/prof_log.h"
|
||||||
#include "jemalloc/internal/thread_event.h"
|
#include "jemalloc/internal/thread_event.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#include "jemalloc/internal/ckh.h"
|
#include "jemalloc/internal/ckh.h"
|
||||||
#include "jemalloc/internal/hash.h"
|
#include "jemalloc/internal/hash.h"
|
||||||
#include "jemalloc/internal/malloc_io.h"
|
#include "jemalloc/internal/malloc_io.h"
|
||||||
#include "jemalloc/internal/prof_data_externs.h"
|
#include "jemalloc/internal/prof_data.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file defines and manages the core profiling data structures.
|
* This file defines and manages the core profiling data structures.
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
#include "jemalloc/internal/hash.h"
|
#include "jemalloc/internal/hash.h"
|
||||||
#include "jemalloc/internal/malloc_io.h"
|
#include "jemalloc/internal/malloc_io.h"
|
||||||
#include "jemalloc/internal/mutex.h"
|
#include "jemalloc/internal/mutex.h"
|
||||||
#include "jemalloc/internal/prof_data_externs.h"
|
#include "jemalloc/internal/prof_data.h"
|
||||||
#include "jemalloc/internal/prof_log_externs.h"
|
#include "jemalloc/internal/prof_log.h"
|
||||||
|
|
||||||
bool opt_prof_log = false;
|
bool opt_prof_log = false;
|
||||||
typedef enum prof_logging_state_e prof_logging_state_t;
|
typedef enum prof_logging_state_e prof_logging_state_t;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include "test/jemalloc_test.h"
|
#include "test/jemalloc_test.h"
|
||||||
#include "jemalloc/internal/prof_log_externs.h"
|
#include "jemalloc/internal/prof_log.h"
|
||||||
|
|
||||||
#define N_PARAM 100
|
#define N_PARAM 100
|
||||||
#define N_THREADS 10
|
#define N_THREADS 10
|
||||||
|
Loading…
Reference in New Issue
Block a user