Header refactoring: move atomic.h out of the catch-all
This commit is contained in:
committed by
David Goldblatt
parent
743d940dc3
commit
e709fae1d7
@@ -3,6 +3,8 @@
|
||||
|
||||
#define ATOMIC_INLINE static inline
|
||||
|
||||
CPP_PROLOGUE
|
||||
|
||||
#if defined(JEMALLOC_GCC_ATOMIC_ATOMICS)
|
||||
# include "jemalloc/internal/atomic_gcc_atomic.h"
|
||||
#elif defined(JEMALLOC_GCC_SYNC_ATOMICS)
|
||||
@@ -74,4 +76,6 @@ JEMALLOC_GENERATE_INT_ATOMICS(uint64_t, u64, 3)
|
||||
|
||||
#undef ATOMIC_INLINE
|
||||
|
||||
CPP_EPILOGUE
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_ATOMIC_H */
|
||||
|
Reference in New Issue
Block a user