mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Initialization utilities for nstime
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
void
|
||||
timer_start(timedelta_t *timer) {
|
||||
nstime_init(&timer->t0, 0);
|
||||
nstime_update(&timer->t0);
|
||||
nstime_init_update(&timer->t0);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user