Searched defs:nrequests (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | stats.c | 32 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
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | bin_stats.h | 22 uint64_t nrequests; member
|
D | cache_bin.h | 30 uint64_t nrequests; member
|
D | arena_stats.h | 35 arena_stats_u64_t nrequests; /* Partially derived. */ member 222 szind_t szind, uint64_t nrequests) { in arena_stats_large_nrequests_add()
|
/external/jemalloc_new/src/ |
D | stats.c | 297 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
|
D | arena.c | 136 uint64_t nrequests = arena_stats_read_u64(tsdn, &arena->stats, in arena_stats_merge() local
|