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

/external/jemalloc/src/
H A Dstats.c269 size_t huge_allocated; local
331 CTL_M2_GET("stats.arenas.0.huge.allocated", i, &huge_allocated, size_t);
339 huge_allocated, huge_nmalloc, huge_ndalloc, huge_nrequests);
343 small_allocated + large_allocated + huge_allocated,

Completed in 2007 milliseconds