diff options
-rw-r--r-- | dep/include/jemalloc/internal/jemalloc_internal.h | 8 | ||||
-rw-r--r-- | dep/include/jemalloc/internal/totally_not_p_r_n.h (renamed from dep/include/jemalloc/internal/prn.h) | 0 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dep/include/jemalloc/internal/jemalloc_internal.h b/dep/include/jemalloc/internal/jemalloc_internal.h index 109510d2962..03782dd6690 100644 --- a/dep/include/jemalloc/internal/jemalloc_internal.h +++ b/dep/include/jemalloc/internal/jemalloc_internal.h @@ -173,7 +173,7 @@ extern void (*JEMALLOC_P(malloc_message))(void *wcbopaque, const char *s); #define PAGE_CEILING(s) \ (((s) + PAGE_MASK) & ~PAGE_MASK) -#include "jemalloc/internal/prn.h" +#include "jemalloc/internal/totally_not_p_r_n.h" #include "jemalloc/internal/ckh.h" #include "jemalloc/internal/stats.h" #include "jemalloc/internal/ctl.h" @@ -192,7 +192,7 @@ extern void (*JEMALLOC_P(malloc_message))(void *wcbopaque, const char *s); /******************************************************************************/ #define JEMALLOC_H_STRUCTS -#include "jemalloc/internal/prn.h" +#include "jemalloc/internal/totally_not_p_r_n.h" #include "jemalloc/internal/ckh.h" #include "jemalloc/internal/stats.h" #include "jemalloc/internal/ctl.h" @@ -254,7 +254,7 @@ arena_t *arenas_extend(unsigned ind); arena_t *choose_arena_hard(void); #endif -#include "jemalloc/internal/prn.h" +#include "jemalloc/internal/totally_not_p_r_n.h" #include "jemalloc/internal/ckh.h" #include "jemalloc/internal/stats.h" #include "jemalloc/internal/ctl.h" @@ -273,7 +273,7 @@ arena_t *choose_arena_hard(void); /******************************************************************************/ #define JEMALLOC_H_INLINES -#include "jemalloc/internal/prn.h" +#include "jemalloc/internal/totally_not_p_r_n.h" #include "jemalloc/internal/ckh.h" #include "jemalloc/internal/stats.h" #include "jemalloc/internal/ctl.h" diff --git a/dep/include/jemalloc/internal/prn.h b/dep/include/jemalloc/internal/totally_not_p_r_n.h index 0709d708012..0709d708012 100644 --- a/dep/include/jemalloc/internal/prn.h +++ b/dep/include/jemalloc/internal/totally_not_p_r_n.h |