Searched refs:FMT_SIZE (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | emitter.h | 148 #define FMT_SIZE 10 in emitter_print_value() macro 155 char fmt[FMT_SIZE]; in emitter_print_value() 159 emitter_gen_fmt(fmt, FMT_SIZE, format, justify, width); \ in emitter_print_value() 164 emitter_gen_fmt(fmt, FMT_SIZE, "s", justify, width); in emitter_print_value() 188 emitter_gen_fmt(fmt, FMT_SIZE, "s", justify, width); in emitter_print_value() 204 #undef FMT_SIZE in emitter_print_value()
|