Home
last modified time | relevance | path

Searched refs:CTL_RO_CGEN (Results 1 – 1 of 1) sorted by relevance

/external/jemalloc/src/
Dctl.c1119 #define CTL_RO_CGEN(c, n, v, t) \ macro
2113 CTL_RO_CGEN(config_stats, stats_cactive, &stats_cactive, size_t *) in CTL_RO_NL_CGEN()
2114 CTL_RO_CGEN(config_stats, stats_allocated, ctl_stats.allocated, size_t) in CTL_RO_NL_CGEN()
2115 CTL_RO_CGEN(config_stats, stats_active, ctl_stats.active, size_t) in CTL_RO_NL_CGEN()
2116 CTL_RO_CGEN(config_stats, stats_metadata, ctl_stats.metadata, size_t) in CTL_RO_NL_CGEN()
2117 CTL_RO_CGEN(config_stats, stats_resident, ctl_stats.resident, size_t) in CTL_RO_NL_CGEN()
2118 CTL_RO_CGEN(config_stats, stats_mapped, ctl_stats.mapped, size_t) in CTL_RO_NL_CGEN()
2119 CTL_RO_CGEN(config_stats, stats_retained, ctl_stats.retained, size_t) in CTL_RO_NL_CGEN()
2129 CTL_RO_CGEN(config_stats, stats_arenas_i_mapped, in CTL_RO_NL_CGEN()
2131 CTL_RO_CGEN(config_stats, stats_arenas_i_retained, in CTL_RO_NL_CGEN()
[all …]