Home
last modified time | relevance | path

Searched defs:nfills (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbin_stats.h31 uint64_t nfills; member
H A Darena_stats.h43 arena_stats_u64_t nfills; /* Partially derived. */ member
/freebsd/contrib/jemalloc/src/
H A Dstats.c343 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; in stats_arena_bins_print() local