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

/freebsd-11.0-release/contrib/jemalloc/src/
H A Dstats.c270 uint64_t huge_nmalloc, huge_ndalloc, huge_nrequests; local
332 CTL_M2_GET("stats.arenas.0.huge.nmalloc", i, &huge_nmalloc, uint64_t);
339 huge_allocated, huge_nmalloc, huge_ndalloc, huge_nrequests);
344 small_nmalloc + large_nmalloc + huge_nmalloc,

Completed in 105 milliseconds