| /third_party/ulib/jemalloc/src/ |
| A 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() 43 malloc_printf("<jemalloc>: Should own %s(%u)\n", witness->name, in witness_owner_error() 60 malloc_printf("<jemalloc>: Should not own %s(%u)\n", witness->name, in witness_not_owner_error() 80 malloc_printf("<jemalloc>: Should not own any locks:"); in witness_lockless_error() 82 malloc_printf(" %s(%u)", w->name, w->rank); in witness_lockless_error() 84 malloc_printf("\n"); in witness_lockless_error()
|
| A D | mutex.c | 131 malloc_printf("<jemalloc>: Error re-initializing mutex in " in malloc_mutex_postfork_child()
|
| A D | pages.c | 179 malloc_printf("<jemalloc>: Error in " in pages_unmap()
|
| A D | ckh.c | 417 malloc_printf( in ckh_delete()
|
| A D | util.c | 645 malloc_printf(const char *format, ...) in malloc_printf() function
|
| A D | prof.c | 937 malloc_printf("<jemalloc>: creat(\"%s\"), 0644) failed\n", in prof_dump_open() 1496 malloc_printf("<jemalloc>: Leak approximation summary: ~%"FMTu64 in prof_leakcheck() 1500 malloc_printf( in prof_leakcheck()
|
| A D | jemalloc.c | 842 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k, in malloc_conf_error() 1287 malloc_printf("<jemalloc>: Reducing narenas to limit (%d)\n", in malloc_init_hard_finish()
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | assert.h | 8 malloc_printf( \ 19 malloc_printf( \ 31 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
|
| A D | ctl_externs.h | 21 malloc_printf( \ 30 malloc_printf("<jemalloc>: Failure in " \
|
| A D | util_externs.h | 23 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
|
| A D | private_symbols.txt | 281 malloc_printf
|
| A D | private_namespace.h | 281 #define malloc_printf JEMALLOC_N(malloc_printf) macro
|
| A D | private_unnamespace.h | 281 #undef malloc_printf
|
| /third_party/ulib/jemalloc/test/src/ |
| A D | test.c | 17 malloc_printf("\n"); in test_skip() 30 malloc_printf("\n"); in test_fail() 57 malloc_printf("%s: %s\n", test_name, test_status_string(test_status)); in p_test_fini() 73 malloc_printf("Initialization error"); in p_test_impl() 85 malloc_printf("--- %s: %u/%u, %s: %u/%u, %s: %u/%u ---\n", in p_test_impl()
|
| /third_party/ulib/jemalloc/test/unit/ |
| A 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()
|
| A D | tsd.c | 102 malloc_printf("Initialization error"); in main()
|
| A D | smoothstep.c | 33 malloc_printf("%"FMTu64" ulps under 1/2 (limit %d)\n", in TEST_BEGIN()
|
| A 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() 71 malloc_printf("\n"); in token_error()
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | jemalloc_test.h.in | 141 malloc_printf( \ 149 malloc_printf( \ 156 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
|
| A D | extent_hooks.h | 69 # define TRACE_HOOK(fmt, ...) malloc_printf(fmt, __VA_ARGS__)
|
| /third_party/ulib/jemalloc/test/integration/ |
| A D | xallocx.c | 301 malloc_printf(" p=%p, c=%#x, len=%zu:", p, c, len); in print_filled_extents() 306 malloc_printf(" %#x[%zu..%zu)", c0, range0, i); in print_filled_extents() 311 malloc_printf(" %#x[%zu..%zu)\n", c0, range0, i); in print_filled_extents()
|
| /third_party/ulib/jemalloc/test/stress/ |
| A D | microbench.c | 35 malloc_printf("%"FMTu64" iterations, %s=%"FMTu64"us, " in compare_funcs()
|