mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-25 01:57:20 +03:00
Fix test refactoring issues for Linux.
This commit is contained in:
parent
72284f0335
commit
14990b83d1
4 changed files with 34 additions and 35 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
/******************************************************************************/
|
||||
/*
|
||||
|
|
@ -59,7 +60,6 @@
|
|||
# include <inttypes.h>
|
||||
# include <stdarg.h>
|
||||
# include <errno.h>
|
||||
# define JEMALLOC_CC_SILENCE
|
||||
# define JEMALLOC_H_TYPES
|
||||
# define JEMALLOC_H_STRUCTS
|
||||
# define JEMALLOC_H_EXTERNS
|
||||
|
|
@ -69,7 +69,6 @@
|
|||
# undef JEMALLOC_H_STRUCTS
|
||||
# undef JEMALLOC_H_EXTERNS
|
||||
# undef JEMALLOC_H_INLINES
|
||||
# undef JEMALLOC_CC_SILENCE
|
||||
|
||||
/******************************************************************************/
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue