Lines Matching defs:bool
29 static bool ctl_initialized;
939 arenas_i2a_impl(size_t i, bool compat, bool validate) {
982 arenas_i_impl(tsd_t *tsd, size_t i, bool compat, bool init) {
1088 bool destroyed) {
1252 unsigned i, bool destroyed) {
1322 bool initialized = (tarenas[i] != NULL);
1386 static bool
1388 bool ret;
1738 bool
2005 bool oldval;
2016 READ(oldval, bool);
2018 if (newlen != sizeof(bool)) {
2023 READ(oldval, bool);
2025 bool newval = *(bool *)newp;
2113 CTL_RO_CONFIG_GEN(config_cache_oblivious, bool)
2114 CTL_RO_CONFIG_GEN(config_debug, bool)
2115 CTL_RO_CONFIG_GEN(config_fill, bool)
2116 CTL_RO_CONFIG_GEN(config_lazy_lock, bool)
2118 CTL_RO_CONFIG_GEN(config_opt_safety_checks, bool)
2119 CTL_RO_CONFIG_GEN(config_prof, bool)
2120 CTL_RO_CONFIG_GEN(config_prof_libgcc, bool)
2121 CTL_RO_CONFIG_GEN(config_prof_libunwind, bool)
2122 CTL_RO_CONFIG_GEN(config_stats, bool)
2123 CTL_RO_CONFIG_GEN(config_utrace, bool)
2124 CTL_RO_CONFIG_GEN(config_xmalloc, bool)
2128 CTL_RO_NL_GEN(opt_abort, opt_abort, bool)
2129 CTL_RO_NL_GEN(opt_abort_conf, opt_abort_conf, bool)
2130 CTL_RO_NL_GEN(opt_cache_oblivious, opt_cache_oblivious, bool)
2131 CTL_RO_NL_GEN(opt_trust_madvise, opt_trust_madvise, bool)
2132 CTL_RO_NL_GEN(opt_confirm_conf, opt_confirm_conf, bool)
2135 CTL_RO_NL_GEN(opt_hpa, opt_hpa, bool)
2160 CTL_RO_NL_GEN(opt_retain, opt_retain, bool)
2167 CTL_RO_NL_GEN(opt_background_thread, opt_background_thread, bool)
2171 CTL_RO_NL_GEN(opt_stats_print, opt_stats_print, bool)
2176 CTL_RO_NL_CGEN(config_fill, opt_zero, opt_zero, bool)
2177 CTL_RO_NL_CGEN(config_utrace, opt_utrace, opt_utrace, bool)
2178 CTL_RO_NL_CGEN(config_xmalloc, opt_xmalloc, opt_xmalloc, bool)
2180 opt_experimental_infallible_new, bool)
2181 CTL_RO_NL_GEN(opt_tcache, opt_tcache, bool)
2198 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool)
2200 CTL_RO_NL_CGEN(config_prof, opt_prof_active, opt_prof_active, bool)
2202 opt_prof_thread_active_init, bool)
2204 CTL_RO_NL_CGEN(config_prof, opt_prof_accum, opt_prof_accum, bool)
2206 CTL_RO_NL_CGEN(config_prof, opt_prof_gdump, opt_prof_gdump, bool)
2207 CTL_RO_NL_CGEN(config_prof, opt_prof_final, opt_prof_final, bool)
2208 CTL_RO_NL_CGEN(config_prof, opt_prof_leak, opt_prof_leak, bool)
2209 CTL_RO_NL_CGEN(config_prof, opt_prof_leak_error, opt_prof_leak_error, bool)
2212 CTL_RO_NL_CGEN(config_prof, opt_prof_stats, opt_prof_stats, bool)
2214 bool)
2291 bool oldval;
2295 if (newlen != sizeof(bool)) {
2299 tcache_enabled_set(tsd, *(bool *)newp);
2301 READ(oldval, bool);
2397 bool oldval;
2409 if (newlen != sizeof(bool)) {
2413 if (prof_thread_active_set(tsd, *(bool *)newp)) {
2418 READ(oldval, bool);
2517 bool initialized;
2526 READ(initialized, bool);
2534 arena_i_decay(tsdn_t *tsdn, unsigned arena_ind, bool all) {
2740 bool match = false;
2821 void *oldp, size_t *oldlenp, void *newp, size_t newlen, bool dirty) {
2962 bool err = arena_retain_grow_limit_get_set(tsd, arena,
3024 size_t newlen, bool dirty) {
3180 bool oldval;
3191 if (newlen != sizeof(bool)) {
3196 *(bool *)newp);
3201 READ(oldval, bool);
3212 bool oldval;
3220 if (newlen != sizeof(bool)) {
3224 bool val = *(bool *)newp;
3239 READ(oldval, bool);
3273 bool oldval;
3284 if (newlen != sizeof(bool)) {
3288 oldval = prof_gdump_set(tsd_tsdn(tsd), *(bool *)newp);
3292 READ(oldval, bool);
3823 static bool