Header refactoring: move malloc_io.h out of the catchall
This commit is contained in:
committed by
David Goldblatt
parent
0b00ffe55f
commit
54373be084
@@ -1,6 +1,8 @@
|
||||
#ifndef JEMALLOC_INTERNAL_CTL_EXTERNS_H
|
||||
#define JEMALLOC_INTERNAL_CTL_EXTERNS_H
|
||||
|
||||
#include "jemalloc/internal/malloc_io.h"
|
||||
|
||||
/* Maximum ctl tree depth. */
|
||||
#define CTL_MAX_DEPTH 7
|
||||
|
||||
|
@@ -41,7 +41,6 @@
|
||||
/******************************************************************************/
|
||||
|
||||
#include "jemalloc/internal/assert.h"
|
||||
#include "jemalloc/internal/malloc_io.h"
|
||||
#include "jemalloc/internal/util.h"
|
||||
|
||||
/******************************************************************************/
|
||||
|
Reference in New Issue
Block a user