Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Demitter.h22 emitter_type_bool, enumerator
137 case emitter_type_bool: in emitter_print_value()
368 emitter_type_bool, NULL); in emitter_table_kv()
437 emitter_type_bool, NULL); in emitter_kv()
/freebsd-14.2/contrib/jemalloc/src/
H A Dstats.c1009 emitter_type_bool, &bv); \ in stats_general_print()
1047 #define OPT_WRITE_BOOL(name) OPT_WRITE(name, bv, bsz, emitter_type_bool) in stats_general_print()
1049 OPT_WRITE_MUTABLE(name, bv, bv2, bsz, emitter_type_bool, altname) in stats_general_print()
1118 "prof.thread_active_init", emitter_type_bool, &bv); in stats_general_print()
1121 emitter_kv(emitter, "active", "prof.active", emitter_type_bool, in stats_general_print()
1125 emitter_kv(emitter, "gdump", "prof.gdump", emitter_type_bool, in stats_general_print()