OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:time_between_calls
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/test/unit/
decay.c
113
uint64_t
time_between_calls
= decay_epoch_duration_ns(&decay) / 5;
local
115
for (uint64_t i = 0; i < decay_ns /
time_between_calls
* 10; i++) {
117
nstime_init(&curtime, i *
time_between_calls
);
/src/external/bsd/jemalloc/dist/test/unit/
decay.c
112
uint64_t
time_between_calls
= decay_epoch_duration_ns(&decay) / 5;
local
114
for (uint64_t i = 0; i < decay_ns /
time_between_calls
* 10; i++) {
116
nstime_init(&curtime, i *
time_between_calls
);
Completed in 18 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026