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

/external/jemalloc/src/
H A Dstats.c331 uint64_t huge_nmalloc, huge_ndalloc, huge_nrequests; local
470 CTL_M2_GET("stats.arenas.0.huge.nmalloc", i, &huge_nmalloc, uint64_t);
481 "\t\t\t\t\t\"nmalloc\": %"FMTu64",\n", huge_nmalloc);
493 huge_allocated, huge_nmalloc, huge_ndalloc, huge_nrequests);
498 small_nmalloc + large_nmalloc + huge_nmalloc,

Completed in 91 milliseconds