Home
last modified time | relevance | path

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

/external/jemalloc_new/test/stress/
Dmicrobench.c35 malloc_printf("%"FMTu64" iterations, %s=%"FMTu64"us, " in compare_funcs()
36 "%s=%"FMTu64"us, ratio=1:%s\n", in compare_funcs()
/external/jemalloc_new/src/
Dprof.c1139 " t%"FMTu64": %"FMTu64": %"FMTu64" [%"FMTu64": " in prof_tctx_dump_iter()
1140 "%"FMTu64"]\n", tctx->thr_uid, tctx->dump_cnts.curobjs, in prof_tctx_dump_iter()
1314 " t%"FMTu64": %"FMTu64": %"FMTu64" [%"FMTu64": %"FMTu64"]%s%s\n", in prof_tdata_dump_iter()
1331 "heap_v2/%"FMTu64"\n" in prof_dump_header_impl()
1332 " t*: %"FMTu64": %"FMTu64" [%"FMTu64": %"FMTu64"]\n", in prof_dump_header_impl()
1381 " t*: %"FMTu64": %"FMTu64" [%"FMTu64": %"FMTu64"]\n", in prof_dump_gctx()
1515 malloc_printf("<jemalloc>: Leak approximation summary: ~%"FMTu64 in prof_leakcheck()
1516 " byte%s, ~%"FMTu64" object%s, >= %zu context%s\n", in prof_leakcheck()
1729 "%s.%d.%"FMTu64".%c%"FMTu64".heap", in prof_dump_filename()
1734 "%s.%d.%"FMTu64".%c.heap", in prof_dump_filename()
Dckh.c421 "%s(%p): ngrows: %"FMTu64", nshrinks: %"FMTu64"," in ckh_delete()
422 " nshrinkfails: %"FMTu64", ninserts: %"FMTu64"," in ckh_delete()
423 " nrelocs: %"FMTu64"\n", __func__, ckh, in ckh_delete()
Dstats.c1124 "num_runs: %"FMTu64", run_interval: %"FMTu64" ns\n", in stats_print_helper()
/external/jemalloc_new/test/src/
Dtimer.c33 n = malloc_snprintf(&buf[i], buflen-i, "%"FMTu64, t0 / t1); in timer_ratio()
52 "%"FMTu64, (t0 * mult / t1) % 10 + round); in timer_ratio()
/external/jemalloc_new/include/jemalloc/internal/
Dmalloc_io.h16 # define FMTu64 FMT64_PREFIX "u" macro
27 # define FMTu64 PRIu64 macro
Demitter.h195 EMIT_SIMPLE(uint64_t, FMTu64) in emitter_print_value()
/external/jemalloc_new/test/include/test/
Dtest.h201 !=, FMTu64, __VA_ARGS__)
203 ==, FMTu64, __VA_ARGS__)
205 >=, FMTu64, __VA_ARGS__)
207 >, FMTu64, __VA_ARGS__)
209 <, FMTu64, __VA_ARGS__)
211 <=, FMTu64, __VA_ARGS__)
/external/jemalloc_new/test/unit/
Dbit_util.c37 TEST_POW2_CEIL(uint64_t, u64, FMTu64); in TEST_BEGIN()
Dsmoothstep.c33 malloc_printf("%"FMTu64" ulps under 1/2 (limit %d)\n", in TEST_BEGIN()
Dph.c50 malloc_printf("%2"FMTu64"\n", node->key); in node_print()