1 #ifndef JEMALLOC_INTERNAL_SPIN_STRUCTS_H 2 #define JEMALLOC_INTERNAL_SPIN_STRUCTS_H 3 4 struct spin_s { 5 unsigned iteration; 6 }; 7 8 #endif /* JEMALLOC_INTERNAL_SPIN_STRUCTS_H */ 9