Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Demitter.h139 #define EMIT_SIMPLE(type, format) \ in emitter_print_value() macro
151 EMIT_SIMPLE(int, "%d") in emitter_print_value()
154 EMIT_SIMPLE(int64_t, "%" FMTd64) in emitter_print_value()
157 EMIT_SIMPLE(unsigned, "%u") in emitter_print_value()
160 EMIT_SIMPLE(ssize_t, "%zd") in emitter_print_value()
163 EMIT_SIMPLE(size_t, "%zu") in emitter_print_value()
177 EMIT_SIMPLE(uint32_t, "%" FMTu32) in emitter_print_value()
180 EMIT_SIMPLE(uint64_t, "%" FMTu64) in emitter_print_value()
183 EMIT_SIMPLE(char *const, "%s"); in emitter_print_value()