#ifndef JEMALLOC_INTERNAL_NSTIME_STRUCTS_H #define JEMALLOC_INTERNAL_NSTIME_STRUCTS_H struct nstime_s { uint64_t ns; }; #endif /* JEMALLOC_INTERNAL_NSTIME_STRUCTS_H */