/external/jemalloc/include/jemalloc/internal/ |
stats.h | 20 uint64_t nrequests; member in struct:tcache_bin_stats_s 27 * many times, resulting many increments to nrequests, but only one 38 uint64_t nrequests; member in struct:malloc_bin_stats_s 69 * many times, resulting many increments to nrequests, but only one 80 uint64_t nrequests; member in struct:malloc_large_stats_s
|
/external/jemalloc/test/unit/ |
stats.c | 41 uint64_t nmalloc, ndalloc, nrequests; local 59 assert_d_eq(mallctl("stats.arenas.0.huge.nrequests", &nrequests, &sz, 67 assert_u64_le(nmalloc, nrequests, 68 "nmalloc should no larger than nrequests"); 147 uint64_t epoch, nmalloc, ndalloc, nrequests; local 173 assert_d_eq(mallctl("stats.arenas.0.small.nrequests", &nrequests, &sz, 183 assert_u64_gt(nrequests, 0, 184 "nrequests should be greater than zero") 196 uint64_t epoch, nmalloc, ndalloc, nrequests; local 280 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; local 353 uint64_t epoch, nmalloc, ndalloc, nrequests; local [all...] |
/external/jemalloc/src/ |
stats.c | 63 " ndalloc nrequests curregs curruns regs" 69 " ndalloc nrequests curregs curruns regs" 84 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local 103 CTL_M2_M4_GET("stats.arenas.0.bins.0.nrequests", i, j, 104 &nrequests, uint64_t); 139 ndalloc, nrequests, curregs, curruns, nregs, 149 ndalloc, nrequests, curregs, curruns, nregs, 169 " nrequests curruns\n"); 173 uint64_t nmalloc, ndalloc, nrequests; local 180 CTL_M2_M4_GET("stats.arenas.0.lruns.0.nrequests", i, j 220 uint64_t nmalloc, ndalloc, nrequests; local [all...] |