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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dhuge.h15 extern size_t huge_allocated;
H A Dprivate_namespace.h189 #define huge_allocated JEMALLOC_N(huge_allocated) macro
/freebsd-10-stable/contrib/jemalloc/src/
H A Dhuge.c9 size_t huge_allocated; variable
67 huge_allocated += csize;
206 huge_allocated -= node->size;
288 huge_allocated = 0;
H A Dstats.c461 size_t huge_allocated; local
487 CTL_GET("stats.huge.allocated", &huge_allocated, size_t);
492 huge_nmalloc, huge_ndalloc, huge_allocated);
H A Dctl.c621 ctl_stats.huge.allocated = huge_allocated;
1574 CTL_RO_CGEN(config_stats, stats_huge_allocated, huge_allocated, size_t)

Completed in 174 milliseconds