HomeSort by: relevance | last modified time | path
    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