Searched refs:small_nrequests (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
323 CTL_M2_GET("stats.arenas.0.small.nrequests", i, &small_nrequests,
336 "\t\t\t\t\t\"nrequests\": %"FMTu64"\n", small_nrequests);
348 small_nrequests);
383 small_nrequests + large_nrequests);

Completed in 66 milliseconds