mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-21 11:25:39 +03:00
Initialization utilities for nstime
This commit is contained in:
parent
dd649c9485
commit
1d01e4c770
12 changed files with 46 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue