/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()
|
D | pages.c | 95 malloc_printf("<jemalloc>: Error in " in pages_unmap()
|
D | ckh.c | 414 malloc_printf( in ckh_delete()
|
D | util.c | 650 malloc_printf(const char *format, ...) in malloc_printf() function
|
D | prof.c | 944 malloc_printf("<jemalloc>: creat(\"%s\"), 0644) failed\n", in prof_dump_open() 1507 malloc_printf("<jemalloc>: Leak approximation summary: ~%"FMTu64 in prof_leakcheck() 1511 malloc_printf( in prof_leakcheck()
|
D | jemalloc.c | 916 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k, in malloc_conf_error() 1465 malloc_printf("<jemalloc>: Reducing narenas to limit (%d)\n", 1623 malloc_printf("<jemalloc>: Error in %s(): out of "
|
D | arena.c | 2482 malloc_printf("<jemalloc>: Corrupt redzone %zu byte%s %s %p " in arena_redzone_corruption()
|
/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 " \
|
D | util.h | 115 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
|
D | private_symbols.txt | 332 malloc_printf
|
D | private_namespace.h | 332 #define malloc_printf JEMALLOC_N(malloc_printf) macro
|
D | private_unnamespace.h | 332 #undef malloc_printf
|
/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/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()
|
D | chunk.c | 22 # define TRACE_HOOK(fmt, ...) malloc_printf(fmt, __VA_ARGS__)
|
/external/jemalloc/test/stress/ |
D | microbench.c | 35 malloc_printf("%"FMTu64" iterations, %s=%"FMTu64"us, " in compare_funcs()
|