Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Demitter.h158 #define EMIT_SIMPLE(type, format) \ in emitter_print_value() macro
169 EMIT_SIMPLE(int, "d") in emitter_print_value()
172 EMIT_SIMPLE(unsigned, "u") in emitter_print_value()
175 EMIT_SIMPLE(ssize_t, "zd") in emitter_print_value()
178 EMIT_SIMPLE(size_t, "zu") in emitter_print_value()
192 EMIT_SIMPLE(uint32_t, FMTu32) in emitter_print_value()
195 EMIT_SIMPLE(uint64_t, FMTu64) in emitter_print_value()
198 EMIT_SIMPLE(char *const, "s"); in emitter_print_value()