1 #ifndef JEMALLOC_INTERNAL_TICKER_STRUCTS_H 2 #define JEMALLOC_INTERNAL_TICKER_STRUCTS_H 3 4 struct ticker_s { 5 int32_t tick; 6 int32_t nticks; 7 }; 8 9 #endif /* JEMALLOC_INTERNAL_TICKER_STRUCTS_H */ 10