Home
last modified time | relevance | path

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

/redis-3.2.3/deps/jemalloc/test/src/
H A 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()
77 malloc_printf("Initialization error"); in p_test()
90 malloc_printf("--- %s: %u/%u, %s: %u/%u, %s: %u/%u ---\n", in p_test()
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/
H A Dutil.h91 malloc_printf( \
102 malloc_printf( \
114 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
159 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
H A Dctl.h81 malloc_printf( \
90 malloc_printf("<jemalloc>: Failure in " \
H A Dprivate_symbols.txt298 malloc_printf
/redis-3.2.3/deps/jemalloc/test/include/test/
H A Djemalloc_test.h.in31 malloc_printf( \
39 malloc_printf( \
46 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
/redis-3.2.3/deps/jemalloc/test/integration/
H A Dxallocx.c357 malloc_printf(" p=%p, c=%#x, len=%zu:", p, c, len); in print_filled_extents()
362 malloc_printf(" %#x[%zu..%zu)", c0, range0, i); in print_filled_extents()
367 malloc_printf(" %#x[%zu..%zu)\n", c0, range0, i); in print_filled_extents()
H A Dchunk.c22 # define TRACE_HOOK(fmt, ...) malloc_printf(fmt, __VA_ARGS__)
/redis-3.2.3/deps/jemalloc/src/
H A Dmutex.c131 malloc_printf("<jemalloc>: Error re-initializing mutex in " in malloc_mutex_postfork_child()
H A Dpages.c57 malloc_printf("<jemalloc>: Error in " in pages_unmap()
H A Dutil.c643 malloc_printf(const char *format, ...) in malloc_printf() function
H A Dckh.c413 malloc_printf( in ckh_delete()
H A Dprof.c938 malloc_printf("<jemalloc>: creat(\"%s\"), 0644) failed\n", in prof_dump_open()
1435 malloc_printf("<jemalloc>: Leak summary: %"FMTu64" byte%s, %" in prof_leakcheck()
1440 malloc_printf( in prof_leakcheck()
H A Djemalloc.c837 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k, in malloc_conf_error()
1289 malloc_printf("<jemalloc>: Reducing narenas to limit (%d)\n", in malloc_init_hard_finish()
H A Darena.c2065 malloc_printf("<jemalloc>: Corrupt redzone %zu byte%s %s %p " in arena_redzone_corruption()
/redis-3.2.3/deps/jemalloc/test/stress/
H A Dmicrobench.c34 malloc_printf("%"FMTu64" iterations, %s=%"FMTu64"us, " in compare_funcs()