mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-27 19:08:58 +03:00
Header refactoring: move util.h out of the catchall
This commit is contained in:
parent
54373be084
commit
f692e6c214
11 changed files with 18 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
#define JEMALLOC_MALLOC_IO_C_
|
||||
#include "jemalloc/internal/jemalloc_preamble.h"
|
||||
#include "jemalloc/internal/jemalloc_internal_includes.h"
|
||||
|
||||
#include "jemalloc/internal/malloc_io.h"
|
||||
#include "jemalloc/internal/util.h"
|
||||
|
||||
#ifdef assert
|
||||
# undef assert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue