1 #ifndef JEMALLOC_INTERNAL_SPIN_TYPES_H 2 #define JEMALLOC_INTERNAL_SPIN_TYPES_H 3 4 typedef struct spin_s spin_t; 5 6 #endif /* JEMALLOC_INTERNAL_SPIN_TYPES_H */ 7