Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
Demitter.c104 emitter_kv_note(emitter, "ghi", "GHI", emitter_type_int, &i_123, in emit_dict()
106 emitter_kv_note(emitter, "jkl", "JKL", emitter_type_string, &str, in emit_dict()
/external/jemalloc_new/include/jemalloc/internal/
Demitter.h268 emitter_kv_note(emitter_t *emitter, const char *json_key, const char *table_key, in emitter_kv_note() function
297 emitter_kv_note(emitter, json_key, table_key, value_type, value, NULL, in emitter_kv()
/external/jemalloc_new/src/
Dstats.c882 emitter_kv_note(emitter, name, "opt."name, \ in stats_general_print()