Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Demitter.h131 #define EMIT_SIMPLE(type, format) \ in emitter_print_value() macro
143 EMIT_SIMPLE(int, "%d") in emitter_print_value()
146 EMIT_SIMPLE(unsigned, "%u") in emitter_print_value()
149 EMIT_SIMPLE(ssize_t, "%zd") in emitter_print_value()
152 EMIT_SIMPLE(size_t, "%zu") in emitter_print_value()
166 EMIT_SIMPLE(uint32_t, "%" FMTu32) in emitter_print_value()
169 EMIT_SIMPLE(uint64_t, "%" FMTu64) in emitter_print_value()
172 EMIT_SIMPLE(char *const, "%s"); in emitter_print_value()