Searched refs:malloc_printf (Results 1 - 20 of 20) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dassert.h8 malloc_printf( \
19 malloc_printf( \
31 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
H A Dutil_externs.h23 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
H A Dctl_externs.h21 malloc_printf( \
30 malloc_printf("<jemalloc>: Failure in " \
H A Dprivate_namespace.h281 #define malloc_printf JEMALLOC_N(malloc_printf) macro
H A Dprivate_unnamespace.h281 #undef malloc_printf macro
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dwitness.c23 malloc_printf("<jemalloc>: Lock rank order reversal:");
25 malloc_printf(" %s(%u)", w->name, w->rank);
27 malloc_printf(" %s(%u)\n", witness->name, witness->rank);
43 malloc_printf("<jemalloc>: Should own %s(%u)\n", witness->name,
60 malloc_printf("<jemalloc>: Should not own %s(%u)\n", witness->name,
80 malloc_printf("<jemalloc>: Should not own any locks:");
82 malloc_printf(" %s(%u)", w->name, w->rank);
84 malloc_printf("\n");
H A Dmutex.c131 malloc_printf("<jemalloc>: Error re-initializing mutex in "
H A Dpages.c179 malloc_printf("<jemalloc>: Error in "
H A Dutil.c645 malloc_printf(const char *format, ...) function
H A Dckh.c417 malloc_printf(
H A Dprof.c937 malloc_printf("<jemalloc>: creat(\"%s\"), 0644) failed\n",
1496 malloc_printf("<jemalloc>: Leak approximation summary: ~%"FMTu64
1500 malloc_printf(
H A Djemalloc.c842 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k,
1287 malloc_printf("<jemalloc>: Reducing narenas to limit (%d)\n",
/fuchsia/zircon/third_party/ulib/jemalloc/test/src/
H A Dtest.c17 malloc_printf("\n");
30 malloc_printf("\n");
57 malloc_printf("%s: %s\n", test_name, test_status_string(test_status));
73 malloc_printf("Initialization error");
85 malloc_printf("--- %s: %u/%u, %s: %u/%u, %s: %u/%u ---\n",
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dph.c48 malloc_printf("\t");
49 malloc_printf("%2"FMTu64"\n", node->key);
67 malloc_printf("vvv heap %p vvv\n", heap);
82 malloc_printf("^^^ heap %p ^^^\n", heap);
H A Dtsd.c102 malloc_printf("Initialization error");
H A Dsmoothstep.c33 malloc_printf("%"FMTu64" ulps under 1/2 (limit %d)\n",
H A Dstats_print.c62 malloc_printf("%zu:%zu: Unexpected character in token: ",
66 malloc_printf("%zu:%zu: Unexpected token: ", token->line,
71 malloc_printf("\n");
/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A Dxallocx.c301 malloc_printf(" p=%p, c=%#x, len=%zu:", p, c, len);
306 malloc_printf(" %#x[%zu..%zu)", c0, range0, i);
311 malloc_printf(" %#x[%zu..%zu)\n", c0, range0, i);
/fuchsia/zircon/third_party/ulib/jemalloc/test/stress/
H A Dmicrobench.c35 malloc_printf("%"FMTu64" iterations, %s=%"FMTu64"us, "
/fuchsia/zircon/third_party/ulib/jemalloc/test/include/test/
H A Dextent_hooks.h69 # define TRACE_HOOK(fmt, ...) malloc_printf(fmt, __VA_ARGS__)

Completed in 116 milliseconds