9 lines
171 B
C
9 lines
171 B
C
|
#ifndef JEMALLOC_INTERNAL_NSTIME_STRUCTS_H
|
||
|
#define JEMALLOC_INTERNAL_NSTIME_STRUCTS_H
|
||
|
|
||
|
struct nstime_s {
|
||
|
uint64_t ns;
|
||
|
};
|
||
|
|
||
|
#endif /* JEMALLOC_INTERNAL_NSTIME_STRUCTS_H */
|