Home | History | Annotate | Download | only in src

Lines Matching refs:ndalloc

63 		    "      ndalloc    nrequests      curregs      curruns regs"
69 " ndalloc nrequests curregs curruns regs"
84 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes;
99 CTL_M2_M4_GET("stats.arenas.0.bins.0.ndalloc", i, j,
100 &ndalloc, uint64_t);
139 ndalloc, nrequests, curregs, curruns, nregs,
149 ndalloc, nrequests, curregs, curruns, nregs,
168 "large: size ind allocated nmalloc ndalloc"
173 uint64_t nmalloc, ndalloc, nrequests;
178 CTL_M2_M4_GET("stats.arenas.0.lruns.0.ndalloc", i, j, &ndalloc,
197 ndalloc, nrequests, curruns);
214 "huge: size ind allocated nmalloc ndalloc"
220 uint64_t nmalloc, ndalloc, nrequests;
225 CTL_M2_M4_GET("stats.arenas.0.hchunks.0.ndalloc", i, j,
226 &ndalloc, uint64_t);
245 curhchunks * hchunk_size, nmalloc, ndalloc,
309 " allocated nmalloc ndalloc"
314 CTL_M2_GET("stats.arenas.0.small.ndalloc", i, &small_ndalloc, uint64_t);
324 CTL_M2_GET("stats.arenas.0.large.ndalloc", i, &large_ndalloc, uint64_t);
333 CTL_M2_GET("stats.arenas.0.huge.ndalloc", i, &huge_ndalloc, uint64_t);