1#pragma once
2
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7#include <jemalloc/jemalloc_defs.h>
8#include <jemalloc/jemalloc_rename.h>
9#include <jemalloc/jemalloc_macros.h>
10#include <jemalloc/jemalloc_protos.h>
11#include <jemalloc/jemalloc_typedefs.h>
12
13#ifdef __cplusplus
14}
15#endif
16
17