Home
last modified time | relevance | path

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

/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()
77 malloc_printf("Initialization error"); in p_test()
90 malloc_printf("--- %s: %u/%u, %s: %u/%u, %s: %u/%u ---\n", in p_test()
/external/jemalloc/test/include/test/
Djemalloc_test.h24 malloc_printf( \
32 malloc_printf( \
39 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
Djemalloc_test.h.in24 malloc_printf( \
32 malloc_printf( \
39 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
/external/jemalloc/include/jemalloc/internal/
Dutil.h45 malloc_printf( \
56 malloc_printf( \
67 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
112 void malloc_printf(const char *format, ...)
Dctl.h81 malloc_printf( \
90 malloc_printf("<jemalloc>: Failure in " \
Dprivate_symbols.txt303 malloc_printf
Dprivate_namespace.h303 #define malloc_printf JEMALLOC_N(malloc_printf) macro
Dprivate_unnamespace.h303 #undef malloc_printf
/external/jemalloc/src/
Dmutex.c127 malloc_printf("<jemalloc>: Error re-initializing mutex in " in malloc_mutex_postfork_child()
Dchunk_mmap.c85 malloc_printf("<jemalloc>: Error in " in pages_unmap()
Dprof.c930 malloc_printf("<jemalloc>: creat(\"%s\"), 0644) failed\n", in prof_dump_open()
1415 malloc_printf("<jemalloc>: Leak summary: %"PRIu64" byte%s, %" in prof_leakcheck()
1420 malloc_printf( in prof_leakcheck()
Dutil.c643 malloc_printf(const char *format, ...) in malloc_printf() function
Dckh.c413 malloc_printf( in ckh_delete()
Djemalloc.c827 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k, in malloc_conf_error()
1292 malloc_printf("<jemalloc>: Reducing narenas to limit (%d)\n",
Darena.c1879 malloc_printf("<jemalloc>: Corrupt redzone %zu byte%s %s %p " in arena_redzone_corruption()
/external/jemalloc/test/stress/
Dmicrobench.c34 malloc_printf("%"PRIu64" iterations, %s=%"PRIu64"us, " in compare_funcs()