Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/src/
A Dwitness.c23 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 Dmutex.c131 malloc_printf("<jemalloc>: Error re-initializing mutex in " in malloc_mutex_postfork_child()
A Dpages.c179 malloc_printf("<jemalloc>: Error in " in pages_unmap()
A Dckh.c417 malloc_printf( in ckh_delete()
A Dutil.c645 malloc_printf(const char *format, ...) in malloc_printf() function
A Dprof.c937 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 Djemalloc.c842 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 Dassert.h8 malloc_printf( \
19 malloc_printf( \
31 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
A Dctl_externs.h21 malloc_printf( \
30 malloc_printf("<jemalloc>: Failure in " \
A Dutil_externs.h23 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
A Dprivate_symbols.txt281 malloc_printf
A Dprivate_namespace.h281 #define malloc_printf JEMALLOC_N(malloc_printf) macro
A Dprivate_unnamespace.h281 #undef malloc_printf
/third_party/ulib/jemalloc/test/src/
A Dtest.c17 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 Dph.c48 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 Dtsd.c102 malloc_printf("Initialization error"); in main()
A Dsmoothstep.c33 malloc_printf("%"FMTu64" ulps under 1/2 (limit %d)\n", in TEST_BEGIN()
A 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()
71 malloc_printf("\n"); in token_error()
/third_party/ulib/jemalloc/test/include/test/
A Djemalloc_test.h.in141 malloc_printf( \
149 malloc_printf( \
156 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
A Dextent_hooks.h69 # define TRACE_HOOK(fmt, ...) malloc_printf(fmt, __VA_ARGS__)
/third_party/ulib/jemalloc/test/integration/
A Dxallocx.c301 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 Dmicrobench.c35 malloc_printf("%"FMTu64" iterations, %s=%"FMTu64"us, " in compare_funcs()

Completed in 666 milliseconds