mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-21 08:07:19 +03:00
Replace JET_WRAP_ with JET_EXTERN_INLINE macro
This commit is contained in:
parent
dfb276f035
commit
8fa1820562
3 changed files with 33 additions and 80 deletions
|
|
@ -39,9 +39,11 @@
|
|||
#ifdef JEMALLOC_JET
|
||||
# define JET_MUTABLE
|
||||
# define JET_EXTERN extern
|
||||
# define JET_EXTERN_INLINE extern
|
||||
#else
|
||||
# define JET_MUTABLE const
|
||||
# define JET_EXTERN static
|
||||
# define JET_EXTERN_INLINE static inline
|
||||
#endif
|
||||
|
||||
#define JEMALLOC_VA_ARGS_HEAD(head, ...) head
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue