Home
last modified time | relevance | path

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

/external/jemalloc/src/
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()
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()
Dmutex.c136 malloc_printf("<jemalloc>: Error re-initializing mutex in " in malloc_mutex_postfork_child()
Dpages.c95 malloc_printf("<jemalloc>: Error in " in pages_unmap()
Dckh.c414 malloc_printf( in ckh_delete()
Dutil.c650 malloc_printf(const char *format, ...) in malloc_printf() function
Dprof.c944 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()
Djemalloc.c916 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 "
Darena.c2482 malloc_printf("<jemalloc>: Corrupt redzone %zu byte%s %s %p " in arena_redzone_corruption()
/external/jemalloc/test/src/
Dtest.c17 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/
Dassert.h8 malloc_printf( \
19 malloc_printf( \
31 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
Dctl.h88 malloc_printf( \
97 malloc_printf("<jemalloc>: Failure in " \
Dutil.h115 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
Dprivate_symbols.txt332 malloc_printf
Dprivate_namespace.h332 #define malloc_printf JEMALLOC_N(malloc_printf) macro
Dprivate_unnamespace.h332 #undef malloc_printf
/external/jemalloc/test/include/test/
Djemalloc_test.h140 malloc_printf( \
148 malloc_printf( \
155 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
Djemalloc_test.h.in140 malloc_printf( \
148 malloc_printf( \
155 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
/external/jemalloc/test/unit/
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()
Dtsd.c104 malloc_printf("Initialization error"); in main()
Dsmoothstep.c33 malloc_printf("%"FMTu64" ulps under 1/2 (limit %d)\n", in TEST_BEGIN()
/external/jemalloc/test/integration/
Dxallocx.c382 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()
Dchunk.c22 # define TRACE_HOOK(fmt, ...) malloc_printf(fmt, __VA_ARGS__)
/external/jemalloc/test/stress/
Dmicrobench.c35 malloc_printf("%"FMTu64" iterations, %s=%"FMTu64"us, " in compare_funcs()