Searched refs:FMTu64 (Results 1 – 11 of 11) sorted by relevance
/external/jemalloc_new/test/stress/ |
D | microbench.c | 35 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/ |
D | prof.c | 1139 " 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()
|
D | ckh.c | 421 "%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()
|
D | stats.c | 1124 "num_runs: %"FMTu64", run_interval: %"FMTu64" ns\n", in stats_print_helper()
|
/external/jemalloc_new/test/src/ |
D | timer.c | 33 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/ |
D | malloc_io.h | 16 # define FMTu64 FMT64_PREFIX "u" macro 27 # define FMTu64 PRIu64 macro
|
D | emitter.h | 195 EMIT_SIMPLE(uint64_t, FMTu64) in emitter_print_value()
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 201 !=, 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/ |
D | bit_util.c | 37 TEST_POW2_CEIL(uint64_t, u64, FMTu64); in TEST_BEGIN()
|
D | smoothstep.c | 33 malloc_printf("%"FMTu64" ulps under 1/2 (limit %d)\n", in TEST_BEGIN()
|
D | ph.c | 50 malloc_printf("%2"FMTu64"\n", node->key); in node_print()
|