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

/external/jemalloc/src/
H A Dstats.c217 uint64_t huge_nmalloc, huge_ndalloc, huge_nrequests; local
256 CTL_I_GET("stats.arenas.0.huge.ndalloc", &huge_ndalloc, uint64_t);
260 huge_allocated, huge_nmalloc, huge_ndalloc, huge_nrequests);
265 small_ndalloc + large_ndalloc + huge_ndalloc,
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h205 #define huge_ndalloc JEMALLOC_N(huge_ndalloc) macro
H A Dprivate_unnamespace.h205 #undef huge_ndalloc macro

Completed in 77 milliseconds