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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dhuge.h13 extern uint64_t huge_nmalloc;
H A Dprivate_namespace.h195 #define huge_nmalloc JEMALLOC_N(huge_nmalloc) macro
/freebsd-10-stable/contrib/jemalloc/src/
H A Dhuge.c7 uint64_t huge_nmalloc; variable
66 huge_nmalloc++;
286 huge_nmalloc = 0;
H A Dstats.c462 uint64_t huge_nmalloc, huge_ndalloc; local
485 CTL_GET("stats.huge.nmalloc", &huge_nmalloc, uint64_t);
492 huge_nmalloc, huge_ndalloc, huge_allocated);
H A Dctl.c622 ctl_stats.huge.nmalloc = huge_nmalloc;
1575 CTL_RO_CGEN(config_stats, stats_huge_nmalloc, huge_nmalloc, uint64_t)

Completed in 80 milliseconds