/external/jemalloc_new/src/ |
D | witness.c | 22 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()
|
D | background_thread.c | 375 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 "
|
D | mutex.c | 202 malloc_printf("<jemalloc>: Error re-initializing mutex in " in malloc_mutex_postfork_child()
|
D | jemalloc.c | 350 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",
|
D | pages.c | 155 malloc_printf("<jemalloc>: Error in " in os_pages_unmap()
|
D | ckh.c | 420 malloc_printf( in ckh_delete()
|
D | malloc_io.c | 660 malloc_printf(const char *format, ...) { in malloc_printf() function
|
D | prof.c | 963 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()
|
D | ctl.c | 1548 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/ |
D | assert.h | 11 malloc_printf( \ 22 malloc_printf( \ 34 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
|
D | ctl.h | 107 malloc_printf( \ 116 malloc_printf("<jemalloc>: Failure in " \
|
D | malloc_io.h | 64 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
|
D | private_namespace.h | 223 #define malloc_printf JEMALLOC_N(malloc_printf) macro
|
D | private_namespace_jet.h | 226 #define malloc_printf JEMALLOC_N(malloc_printf) macro
|
/external/jemalloc_new/test/src/ |
D | test.c | 73 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/ |
D | emitter.c | 29 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()
|
D | ph.c | 48 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()
|
D | smoothstep.c | 33 malloc_printf("%"FMTu64" ulps under 1/2 (limit %d)\n", in TEST_BEGIN()
|
D | tsd.c | 131 malloc_printf("Initialization error"); in main()
|
D | stats_print.c | 62 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/ |
D | jemalloc_test.h | 145 malloc_printf( \ 153 malloc_printf( \ 160 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
|
D | jemalloc_test.h.in | 145 malloc_printf( \ 153 malloc_printf( \ 160 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
|
D | extent_hooks.h | 75 # define TRACE_HOOK(fmt, ...) malloc_printf(fmt, __VA_ARGS__)
|
/external/jemalloc_new/test/integration/ |
D | xallocx.c | 282 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/ |
D | microbench.c | 35 malloc_printf("%"FMTu64" iterations, %s=%"FMTu64"us, " in compare_funcs()
|