Searched defs:nrequests (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc/test/unit/ |
D | stats.c | 63 uint64_t nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 166 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 215 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 259 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; in TEST_BEGIN() local 331 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local
|
/external/jemalloc/include/jemalloc/internal/ |
D | stats.h | 19 uint64_t nrequests; member 43 uint64_t nrequests; member 79 uint64_t nrequests; member
|
/external/jemalloc/src/ |
D | stats.c | 88 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
|