Searched defs:nrequests (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc/test/unit/ |
D | stats.c | 37 uint64_t nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 143 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 192 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 276 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; in TEST_BEGIN() local 349 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local
|
/external/jemalloc/include/jemalloc/internal/ |
D | stats.h | 20 uint64_t nrequests; member 38 uint64_t nrequests; member 80 uint64_t nrequests; member
|
/external/jemalloc/src/ |
D | stats.c | 84 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; in stats_arena_bins_print() local 172 uint64_t nmalloc, ndalloc, nrequests; in stats_arena_lruns_print() local 219 uint64_t nmalloc, ndalloc, nrequests; in stats_arena_hchunks_print() local
|