Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dprof_log.c513 emitter_json_array_end(emitter); in prof_log_emit_threads()
536 emitter_json_array_end(emitter); in prof_log_emit_traces()
542 emitter_json_array_end(emitter); in prof_log_emit_traces()
581 emitter_json_array_end(emitter); in prof_log_emit_allocs()
H A Dprof_recent.c507 emitter_json_array_end(emitter); in prof_recent_alloc_dump_node()
524 emitter_json_array_end(emitter); in prof_recent_alloc_dump_node()
564 emitter_json_array_end(&emitter); in prof_recent_alloc_dump()
H A Dstats.c552 emitter_json_array_end(emitter); /* Close "bins". */ in stats_arena_bins_print()
687 emitter_json_array_end(emitter); /* Close "lextents". */ in stats_arena_lextents_print()
781 emitter_json_array_end(emitter); /* Close "extents". */ in stats_arena_extents_print()
1004 emitter_json_array_end(emitter); /* End "nonfull_slabs" */ in stats_arena_hpa_shard_print()
1651 emitter_json_array_end(emitter); /* Close "bin". */ in stats_general_print()
1673 emitter_json_array_end(emitter); /* Close "lextent". */ in stats_general_print()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Demitter.h305 emitter_json_array_end(emitter_t *emitter) { in emitter_json_array_end() function