Lines Matching refs:nmalloc
62 "bins: size ind allocated nmalloc"
68 "bins: size ind allocated nmalloc"
84 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes;
97 CTL_M2_M4_GET("stats.arenas.0.bins.0.nmalloc", i, j,
98 &nmalloc, uint64_t);
138 reg_size, j, curregs * reg_size, nmalloc,
148 reg_size, j, curregs * reg_size, nmalloc,
168 "large: size ind allocated nmalloc ndalloc"
173 uint64_t nmalloc, ndalloc, nrequests;
176 CTL_M2_M4_GET("stats.arenas.0.lruns.0.nmalloc", i, j, &nmalloc,
196 run_size, nbins + j, curruns * run_size, nmalloc,
214 "huge: size ind allocated nmalloc ndalloc"
220 uint64_t nmalloc, ndalloc, nrequests;
223 CTL_M2_M4_GET("stats.arenas.0.hchunks.0.nmalloc", i, j,
224 &nmalloc, uint64_t);
245 curhchunks * hchunk_size, nmalloc, ndalloc,
309 " allocated nmalloc ndalloc"
313 CTL_M2_GET("stats.arenas.0.small.nmalloc", i, &small_nmalloc, uint64_t);
323 CTL_M2_GET("stats.arenas.0.large.nmalloc", i, &large_nmalloc, uint64_t);
332 CTL_M2_GET("stats.arenas.0.huge.nmalloc", i, &huge_nmalloc, uint64_t);