2018-08-02 00:20:20 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2022-03-09 14:46:54 +00:00
|
|
|
#if !defined(__clang__)
|
|
|
|
#pragma GCC diagnostic push
|
|
|
|
#pragma GCC diagnostic ignored "-Wredundant-decls"
|
|
|
|
#endif
|
|
|
|
|
2018-08-02 00:20:20 +00:00
|
|
|
#include <jemalloc/jemalloc_defs.h>
|
|
|
|
#include <jemalloc/jemalloc_rename.h>
|
|
|
|
#include <jemalloc/jemalloc_macros.h>
|
|
|
|
#include <jemalloc/jemalloc_protos.h>
|
|
|
|
#include <jemalloc/jemalloc_typedefs.h>
|
|
|
|
|
2022-03-09 14:46:54 +00:00
|
|
|
#if !defined(__clang__)
|
|
|
|
#pragma GCC diagnostic pop
|
|
|
|
#endif
|
|
|
|
|
2018-08-02 00:20:20 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|