Searched refs:CTL_RO_NL_CGEN (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/src/ |
D | ctl.c | 1163 #define CTL_RO_NL_CGEN(c, n, v, t) \ macro 1286 CTL_RO_NL_CGEN(config_fill, opt_junk, opt_junk, const char *) in CTL_RO_CONFIG_GEN() 1287 CTL_RO_NL_CGEN(config_fill, opt_quarantine, opt_quarantine, size_t) in CTL_RO_CONFIG_GEN() 1288 CTL_RO_NL_CGEN(config_fill, opt_redzone, opt_redzone, bool) in CTL_RO_CONFIG_GEN() 1289 CTL_RO_NL_CGEN(config_fill, opt_zero, opt_zero, bool) in CTL_RO_CONFIG_GEN() 1290 CTL_RO_NL_CGEN(config_utrace, opt_utrace, opt_utrace, bool) in CTL_RO_CONFIG_GEN() 1291 CTL_RO_NL_CGEN(config_xmalloc, opt_xmalloc, opt_xmalloc, bool) in CTL_RO_CONFIG_GEN() 1292 CTL_RO_NL_CGEN(config_tcache, opt_tcache, opt_tcache, bool) in CTL_RO_CONFIG_GEN() 1293 CTL_RO_NL_CGEN(config_tcache, opt_lg_tcache_max, opt_lg_tcache_max, ssize_t) in CTL_RO_CONFIG_GEN() 1294 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool) in CTL_RO_CONFIG_GEN() [all …]
|