1 #ifndef JEMALLOC_INTERNAL_NSTIME_STRUCTS_H 2 #define JEMALLOC_INTERNAL_NSTIME_STRUCTS_H 3 4 struct nstime_s { 5 uint64_t ns; 6 }; 7 8 #endif /* JEMALLOC_INTERNAL_NSTIME_STRUCTS_H */ 9