HomeSort by: relevance | last modified time | path
    Searched defs:old_muzzy_decay_ms (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
mallctl.c 459 ssize_t old_muzzy_decay_ms; local
462 (void *)&old_muzzy_decay_ms, &sz, (void *)&muzzy_decay_ms,
464 assert_zd_eq(old_muzzy_decay_ms, prev_muzzy_decay_ms,
662 ssize_t old_muzzy_decay_ms; local
665 (void *)&old_muzzy_decay_ms, &sz, (void *)&muzzy_decay_ms,
667 assert_zd_eq(old_muzzy_decay_ms, prev_muzzy_decay_ms,
  /src/external/bsd/jemalloc/dist/test/unit/
mallctl.c 610 ssize_t old_muzzy_decay_ms; local
613 (void *)&old_muzzy_decay_ms, &sz, (void *)&muzzy_decay_ms,
615 expect_zd_eq(old_muzzy_decay_ms, prev_muzzy_decay_ms,
813 ssize_t old_muzzy_decay_ms; local
816 (void *)&old_muzzy_decay_ms, &sz, (void *)&muzzy_decay_ms,
818 expect_zd_eq(old_muzzy_decay_ms, prev_muzzy_decay_ms,

Completed in 25 milliseconds