/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 "
|
/external/jemalloc/src/ |
D | witness.c | 23 malloc_printf("<jemalloc>: Lock rank order reversal:"); in witness_lock_error() 25 malloc_printf(" %s(%u)", w->name, w->rank); in witness_lock_error() 27 malloc_printf(" %s(%u)\n", witness->name, witness->rank); in witness_lock_error() 44 malloc_printf("<jemalloc>: Should own %s(%u)\n", witness->name, in witness_owner_error() 62 malloc_printf("<jemalloc>: Should not own %s(%u)\n", witness->name, in witness_not_owner_error() 82 malloc_printf("<jemalloc>: Should not own any locks:"); in witness_lockless_error() 84 malloc_printf(" %s(%u)", w->name, w->rank); in witness_lockless_error() 86 malloc_printf("\n"); in witness_lockless_error()
|
D | mutex.c | 136 malloc_printf("<jemalloc>: Error re-initializing mutex in " in malloc_mutex_postfork_child()
|
/external/jemalloc/test/src/ |
D | test.c | 17 malloc_printf("\n"); in test_skip() 30 malloc_printf("\n"); in test_fail() 60 malloc_printf("%s: %s\n", test_name, test_status_string(test_status)); in p_test_fini() 76 malloc_printf("Initialization error"); in p_test_impl() 88 malloc_printf("--- %s: %u/%u, %s: %u/%u, %s: %u/%u ---\n", in p_test_impl()
|
/external/jemalloc/include/jemalloc/internal/ |
D | assert.h | 8 malloc_printf( \ 19 malloc_printf( \ 31 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
|
D | ctl.h | 88 malloc_printf( \ 97 malloc_printf("<jemalloc>: Failure in " \
|
/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/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);
|
/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", \
|
/external/jemalloc/test/include/test/ |
D | jemalloc_test.h | 140 malloc_printf( \ 148 malloc_printf( \ 155 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
|
D | jemalloc_test.h.in | 140 malloc_printf( \ 148 malloc_printf( \ 155 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
|
/external/jemalloc/test/unit/ |
D | ph.c | 48 malloc_printf("\t"); in node_print() 49 malloc_printf("%2"FMTu64"\n", node->key); in node_print() 67 malloc_printf("vvv heap %p vvv\n", heap); in heap_print() 82 malloc_printf("^^^ heap %p ^^^\n", heap); in heap_print()
|
D | tsd.c | 104 malloc_printf("Initialization error"); in main()
|
D | smoothstep.c | 33 malloc_printf("%"FMTu64" ulps under 1/2 (limit %d)\n", in TEST_BEGIN()
|
/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/test/integration/ |
D | xallocx.c | 382 malloc_printf(" p=%p, c=%#x, len=%zu:", p, c, len); in print_filled_extents() 387 malloc_printf(" %#x[%zu..%zu)", c0, range0, i); in print_filled_extents() 392 malloc_printf(" %#x[%zu..%zu)\n", c0, range0, i); in print_filled_extents()
|