Searched refs:FMTu64 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | prof.c | 1410 " t%"FMTu64": %"FMTu64": %"FMTu64" [%"FMTu64": " in prof_tctx_dump_iter() 1411 "%"FMTu64"]\n", tctx->thr_uid, tctx->dump_cnts.curobjs, in prof_tctx_dump_iter() 1585 " t%"FMTu64": %"FMTu64": %"FMTu64" [%"FMTu64": %"FMTu64"]%s%s\n", in prof_tdata_dump_iter() 1602 "heap_v2/%"FMTu64"\n" in prof_dump_header_impl() 1603 " t*: %"FMTu64": %"FMTu64" [%"FMTu64": %"FMTu64"]\n", in prof_dump_header_impl() 1652 " t*: %"FMTu64": %"FMTu64" [%"FMTu64": %"FMTu64"]\n", in prof_dump_gctx() 1786 malloc_printf("<jemalloc>: Leak approximation summary: ~%"FMTu64 in prof_leakcheck() 1787 " byte%s, ~%"FMTu64" object%s, >= %zu context%s\n", in prof_leakcheck() 2000 "%s.%d.%"FMTu64".%c%"FMTu64".heap", in prof_dump_filename() 2005 "%s.%d.%"FMTu64".%c.heap", in prof_dump_filename() [all …]
|
H A D | ckh.c | 422 "%s(%p): ngrows: %"FMTu64", nshrinks: %"FMTu64"," in ckh_delete() 423 " nshrinkfails: %"FMTu64", ninserts: %"FMTu64"," in ckh_delete() 424 " nrelocs: %"FMTu64"\n", __func__, ckh, in ckh_delete()
|
H A D | stats.c | 1292 "num_runs: %"FMTu64", run_interval: %"FMTu64" ns\n", in stats_print_helper()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | malloc_io.h | 16 # define FMTu64 FMT64_PREFIX "u" macro 27 # define FMTu64 PRIu64 macro
|
H A D | emitter.h | 169 EMIT_SIMPLE(uint64_t, "%" FMTu64) in emitter_print_value()
|