Home
last modified time | relevance | path

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

12

/external/jemalloc_new/src/
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()
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 "
Dmutex.c202 malloc_printf("<jemalloc>: Error re-initializing mutex in " in malloc_mutex_postfork_child()
Djemalloc.c350 malloc_printf("<jemalloc>: error in background thread " in arena_new_create_background_thread()
842 malloc_printf("<jemalloc>: Abort (abort_conf:true) on invalid conf " in malloc_abort_invalid_conf()
850 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k, in malloc_conf_error()
1421 malloc_printf("<jemalloc>: perCPU arena getcpu() not "
1429 malloc_printf("<jemalloc>: narenas w/ percpu"
1439 malloc_printf("<jemalloc>: invalid "
1478 malloc_printf("<jemalloc>: Reducing narenas to limit (%d)\n",
Dpages.c155 malloc_printf("<jemalloc>: Error in " in os_pages_unmap()
Dckh.c420 malloc_printf( in ckh_delete()
Dmalloc_io.c660 malloc_printf(const char *format, ...) { in malloc_printf() function
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()
Dctl.c1548 malloc_printf("<jemalloc>: Error in dlsym(" in background_thread_ctl()
1609 malloc_printf("<jemalloc>: Error in dlsym(" in max_background_threads_ctl()
/external/jemalloc_new/include/jemalloc/internal/
Dassert.h11 malloc_printf( \
22 malloc_printf( \
34 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
Dctl.h107 malloc_printf( \
116 malloc_printf("<jemalloc>: Failure in " \
Dmalloc_io.h64 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
Dprivate_namespace.h223 #define malloc_printf JEMALLOC_N(malloc_printf) macro
Dprivate_namespace_jet.h226 #define malloc_printf JEMALLOC_N(malloc_printf) macro
/external/jemalloc_new/test/src/
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()
/external/jemalloc_new/test/unit/
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()
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()
Dsmoothstep.c33 malloc_printf("%"FMTu64" ulps under 1/2 (limit %d)\n", in TEST_BEGIN()
Dtsd.c131 malloc_printf("Initialization error"); in main()
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()
/external/jemalloc_new/test/include/test/
Djemalloc_test.h145 malloc_printf( \
153 malloc_printf( \
160 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
Djemalloc_test.h.in145 malloc_printf( \
153 malloc_printf( \
160 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
Dextent_hooks.h75 # define TRACE_HOOK(fmt, ...) malloc_printf(fmt, __VA_ARGS__)
/external/jemalloc_new/test/integration/
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()
/external/jemalloc_new/test/stress/
Dmicrobench.c35 malloc_printf("%"FMTu64" iterations, %s=%"FMTu64"us, " in compare_funcs()

12