Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dstats.c111 "\t\t\t\t\t\t\"nmalloc\": %"FMTu64",\n" in stats_arena_bins_print()
112 "\t\t\t\t\t\t\"ndalloc\": %"FMTu64",\n" in stats_arena_bins_print()
114 "\t\t\t\t\t\t\"nrequests\": %"FMTu64",\n", in stats_arena_bins_print()
121 "\t\t\t\t\t\t\"nfills\": %"FMTu64",\n" in stats_arena_bins_print()
122 "\t\t\t\t\t\t\"nflushes\": %"FMTu64",\n", in stats_arena_bins_print()
127 "\t\t\t\t\t\t\"nreruns\": %"FMTu64",\n" in stats_arena_bins_print()
155 "%20zu %3u %12zu %12"FMTu64 in stats_arena_bins_print()
156 " %12"FMTu64" %12"FMTu64" %12zu" in stats_arena_bins_print()
157 " %12zu %4u %3zu %-5s %12"FMTu64 in stats_arena_bins_print()
158 " %12"FMTu64" %12"FMTu64" %12"FMTu64"\n", in stats_arena_bins_print()
[all …]
Dprof.c1130 " t%"FMTu64": %"FMTu64": %"FMTu64" [%"FMTu64": " in prof_tctx_dump_iter()
1131 "%"FMTu64"]\n", tctx->thr_uid, tctx->dump_cnts.curobjs, in prof_tctx_dump_iter()
1304 " t%"FMTu64": %"FMTu64": %"FMTu64" [%"FMTu64": %"FMTu64"]%s%s\n", in prof_tdata_dump_iter()
1324 "heap_v2/%"FMTu64"\n" in prof_dump_header()
1325 " t*: %"FMTu64": %"FMTu64" [%"FMTu64": %"FMTu64"]\n", in prof_dump_header()
1378 " t*: %"FMTu64": %"FMTu64" [%"FMTu64": %"FMTu64"]\n", in prof_dump_gctx()
1507 malloc_printf("<jemalloc>: Leak approximation summary: ~%"FMTu64 in prof_leakcheck()
1508 " byte%s, ~%"FMTu64" object%s, >= %zu context%s\n", in prof_leakcheck()
1644 "%s.%d.%"FMTu64".%c%"FMTu64".heap", in prof_dump_filename()
1649 "%s.%d.%"FMTu64".%c.heap", in prof_dump_filename()
Dckh.c415 "%s(%p): ngrows: %"FMTu64", nshrinks: %"FMTu64"," in ckh_delete()
416 " nshrinkfails: %"FMTu64", ninserts: %"FMTu64"," in ckh_delete()
417 " nrelocs: %"FMTu64"\n", __func__, ckh, in ckh_delete()
/external/jemalloc/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/test/src/
Dtimer.c39 n = malloc_snprintf(&buf[i], buflen-i, "%"FMTu64, t0 / t1); in timer_ratio()
56 "%"FMTu64, (t0 * mult / t1) % 10 + round); in timer_ratio()
/external/jemalloc/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/include/jemalloc/internal/
Dutil.h16 # define FMTu64 FMT64_PREFIX "u" macro
27 # define FMTu64 PRIu64 macro
/external/jemalloc/test/unit/
Dsmoothstep.c33 malloc_printf("%"FMTu64" ulps under 1/2 (limit %d)\n", in TEST_BEGIN()
Dutil.c37 TEST_POW2_CEIL(uint64_t, u64, FMTu64); in TEST_BEGIN()
Dph.c49 malloc_printf("%2"FMTu64"\n", node->key); in node_print()