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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dstats.h134 extern size_t stats_cactive;
154 return (atomic_read_z(&stats_cactive));
161 atomic_add_z(&stats_cactive, size);
168 atomic_sub_z(&stats_cactive, size);
H A Dprivate_namespace.h331 #define stats_cactive JEMALLOC_N(stats_cactive) macro
/freebsd-10-stable/contrib/jemalloc/src/
H A Dctl.c176 CTL_PROTO(stats_cactive)
398 {NAME("cactive"), CTL(stats_cactive)},
1670 CTL_RO_CGEN(config_stats, stats_cactive, &stats_cactive, size_t *)
H A Dstats.c42 size_t stats_cactive = 0; variable

Completed in 101 milliseconds