Searched refs:small_nmalloc (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dstats.c260 uint64_t small_nmalloc, small_ndalloc, small_nrequests; local
321 CTL_M2_GET("stats.arenas.0.small.nmalloc", i, &small_nmalloc, uint64_t);
332 "\t\t\t\t\t\"nmalloc\": %"FMTu64",\n", small_nmalloc);
347 small_allocated, small_nmalloc, small_ndalloc,
381 small_allocated + large_allocated, small_nmalloc +

Completed in 71 milliseconds