Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dstats.c462 emitter_json_array_end(emitter); /* Close "bins". */ in stats_arena_bins_print()
541 emitter_json_array_end(emitter); /* Close "lextents". */ in stats_arena_lextents_print()
629 emitter_json_array_end(emitter); /* Close "extents". */ in stats_arena_extents_print()
1207 emitter_json_array_end(emitter); /* Close "bin". */ in stats_general_print()
1226 emitter_json_array_end(emitter); /* Close "lextent". */ in stats_general_print()
H A Dprof.c2601 emitter_json_array_end(emitter); in prof_log_emit_threads()
2624 emitter_json_array_end(emitter); in prof_log_emit_traces()
2630 emitter_json_array_end(emitter); in prof_log_emit_traces()
2668 emitter_json_array_end(emitter); in prof_log_emit_allocs()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Demitter.h286 emitter_json_array_end(emitter_t *emitter) { in emitter_json_array_end() function