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

  /src/external/bsd/jemalloc/dist/src/
pa_extra.c 116 /* Muzzy decay stats */
134 size_t dirty, muzzy, retained, dirty_bytes, muzzy_bytes, local
137 muzzy = ecache_nextents_get(&shard->pac.ecache_muzzy, i);
145 estats_out[i].nmuzzy = muzzy;
pac.c 54 * Coalesce muzzy extents immediately, because operations on them are in
307 uint64_t muzzy = pac_ns_until_purge(tsdn, local
310 if (muzzy < time) {
311 time = muzzy;

Completed in 26 milliseconds