Add a C11 atomics-based implementation of atomic.h API.
This commit is contained in:
committed by
Jason Evans
parent
a18c2b1f15
commit
59cd80e6c6
@@ -22,6 +22,9 @@
|
||||
*/
|
||||
#undef CPU_SPINWAIT
|
||||
|
||||
/* Defined if C11 atomics are available. */
|
||||
#undef JEMALLOC_C11ATOMICS
|
||||
|
||||
/* Defined if the equivalent of FreeBSD's atomic(9) functions are available. */
|
||||
#undef JEMALLOC_ATOMIC9
|
||||
|
||||
|
Reference in New Issue
Block a user