Home
last modified time | relevance | path

Searched refs:malloc_printf (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/jemalloc_new/src/
H A Dwitness.c22 malloc_printf("<jemalloc>: Lock rank order reversal:"); in witness_lock_error_impl()
24 malloc_printf(" %s(%u)", w->name, w->rank); in witness_lock_error_impl()
26 malloc_printf(" %s(%u)\n", witness->name, witness->rank); in witness_lock_error_impl()
33 malloc_printf("<jemalloc>: Should own %s(%u)\n", witness->name, in witness_owner_error_impl()
42 malloc_printf("<jemalloc>: Should not own %s(%u)\n", witness->name, in witness_not_owner_error_impl()
54 malloc_printf("<jemalloc>: Should own %u lock%s of rank >= %u:", depth, in witness_depth_error_impl()
57 malloc_printf(" %s(%u)", w->name, w->rank); in witness_depth_error_impl()
59 malloc_printf("\n"); in witness_depth_error_impl()
H A Dbackground_thread.c375 malloc_printf("<jemalloc>: background thread creation "
420 malloc_printf("<jemalloc>: background thread "
579 malloc_printf("<jemalloc>: arena 0 background thread creation "
850 malloc_printf("<jemalloc>: option background_thread currently "
H A Djemalloc.c350 malloc_printf("<jemalloc>: error in background thread " in arena_new_create_background_thread()
844 malloc_printf("<jemalloc>: Abort (abort_conf:true) on invalid conf " in malloc_abort_invalid_conf()
852 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k, in malloc_conf_error()
1423 malloc_printf("<jemalloc>: perCPU arena getcpu() not "
1431 malloc_printf("<jemalloc>: narenas w/ percpu"
1441 malloc_printf("<jemalloc>: invalid "
1480 malloc_printf("<jemalloc>: Reducing narenas to limit (%d)\n",
H A Dmutex.c202 malloc_printf("<jemalloc>: Error re-initializing mutex in " in malloc_mutex_postfork_child()
H A Dpages.c155 malloc_printf("<jemalloc>: Error in " in os_pages_unmap()
H A Dprof.c963 malloc_printf("<jemalloc>: creat(\"%s\"), 0644) failed\n", in prof_dump_open_impl()
1515 malloc_printf("<jemalloc>: Leak approximation summary: ~%"FMTu64 in prof_leakcheck()
1519 malloc_printf( in prof_leakcheck()
H A Dmalloc_io.c660 malloc_printf(const char *format, ...) { in malloc_printf() function
H A Dckh.c420 malloc_printf( in ckh_delete()
H A Dctl.c1606 malloc_printf("<jemalloc>: Error in dlsym(" in background_thread_ctl()
1667 malloc_printf("<jemalloc>: Error in dlsym(" in max_background_threads_ctl()
/aosp_15_r20/external/jemalloc_new/test/unit/
H A Demitter.c29 malloc_printf("%s", str); in forwarding_cb()
35 malloc_printf("\""); in forwarding_cb()
40 malloc_printf("\\"); in forwarding_cb()
43 malloc_printf("\\\""); in forwarding_cb()
46 malloc_printf("\\t"); in forwarding_cb()
49 malloc_printf("\\n\"\n"); in forwarding_cb()
53 malloc_printf("%c", *it); in forwarding_cb()
H A Dph.c48 malloc_printf("\t"); in node_print()
50 malloc_printf("%2"FMTu64"\n", node->key); in node_print()
68 malloc_printf("vvv heap %p vvv\n", heap); in heap_print()
84 malloc_printf("^^^ heap %p ^^^\n", heap); in heap_print()
H A Dstats_print.c62 malloc_printf("%zu:%zu: Unexpected character in token: ", in token_error()
66 malloc_printf("%zu:%zu: Unexpected token: ", token->line, in token_error()
72 malloc_printf("\n"); in token_error()
H A Dsmoothstep.c33 malloc_printf("%"FMTu64" ulps under 1/2 (limit %d)\n", in TEST_BEGIN()
H A Dtsd.c131 malloc_printf("Initialization error"); in main()
/aosp_15_r20/external/jemalloc_new/test/src/
H A Dtest.c73 malloc_printf("\n"); in test_skip()
85 malloc_printf("\n"); in test_fail()
109 malloc_printf("%s (%s): %s\n", test_name, reentrancy_t_str(reentrancy), in p_test_fini()
125 malloc_printf("Initialization error"); in p_test_impl()
159 malloc_printf("--- %s: %u/%u, %s: %u/%u, %s: %u/%u ---\n", in p_test_impl()
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dassert.h11 malloc_printf( \
22 malloc_printf( \
34 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
H A Dctl.h107 malloc_printf( \
116 malloc_printf("<jemalloc>: Failure in " \
H A Dmalloc_io.h64 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
H A Dprivate_namespace.h224 #define malloc_printf JEMALLOC_N(malloc_printf) macro
H A Dprivate_namespace_jet.h227 #define malloc_printf JEMALLOC_N(malloc_printf) macro
/aosp_15_r20/external/jemalloc_new/test/include/test/
H A Djemalloc_test.h145 malloc_printf( \
153 malloc_printf( \
160 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
H A Djemalloc_test.h.in145 malloc_printf( \
153 malloc_printf( \
160 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
H A Dextent_hooks.h75 # define TRACE_HOOK(fmt, ...) malloc_printf(fmt, __VA_ARGS__)
/aosp_15_r20/external/jemalloc_new/test/integration/
H A Dxallocx.c282 malloc_printf(" p=%p, c=%#x, len=%zu:", p, c, len); in print_filled_extents()
287 malloc_printf(" %#x[%zu..%zu)", c0, range0, i); in print_filled_extents()
292 malloc_printf(" %#x[%zu..%zu)\n", c0, range0, i); in print_filled_extents()
/aosp_15_r20/external/jemalloc_new/test/stress/
H A Dmicrobench.c35 malloc_printf("%"FMTu64" iterations, %s=%"FMTu64"us, " in compare_funcs()

12