Home
last modified time | relevance | path

Searched defs:nrequests (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dstats.c32 uint64_t nmalloc, ndalloc, nrequests; in TEST_BEGIN() local
146 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local
231 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; in TEST_BEGIN() local
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbin_stats.h22 uint64_t nrequests; member
H A Dcache_bin.h30 uint64_t nrequests; member
H A Darena_stats.h35 arena_stats_u64_t nrequests; /* Partially derived. */ member
222 szind_t szind, uint64_t nrequests) { in arena_stats_large_nrequests_add()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dstats.c297 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; in stats_arena_bins_print() local
453 uint64_t nmalloc, ndalloc, nrequests; in stats_arena_lextents_print() local
H A Darena.c136 uint64_t nrequests = arena_stats_read_u64(tsdn, &arena->stats, in arena_stats_merge() local