Searched defs:nrequests (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc/test/unit/ |
D | stats.c | 41 uint64_t nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 147 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 198 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 284 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; in TEST_BEGIN() local 358 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 | 72 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; in stats_arena_bins_print() local 204 uint64_t nmalloc, ndalloc, nrequests; in stats_arena_lruns_print() local 269 uint64_t nmalloc, ndalloc, nrequests; in stats_arena_hchunks_print() local
|