Searched refs:malloc_printf (Results 1 – 20 of 20) sorted by relevance
/external/jemalloc/test/src/ |
D | test.c | 17 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/include/jemalloc/internal/ |
D | assert.h | 8 malloc_printf( \ 19 malloc_printf( \ 31 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
|
D | ctl.h | 85 malloc_printf( \ 94 malloc_printf("<jemalloc>: Failure in " \
|
D | util.h | 117 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
|
D | private_symbols.txt | 312 malloc_printf
|
D | private_namespace.h | 314 #define malloc_printf JEMALLOC_N(malloc_printf) macro
|
D | private_unnamespace.h | 314 #undef malloc_printf
|
/external/jemalloc/test/include/test/ |
D | jemalloc_test.h | 30 malloc_printf( \ 38 malloc_printf( \ 45 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
|
D | jemalloc_test.h.in | 30 malloc_printf( \ 38 malloc_printf( \ 45 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
|
/external/jemalloc/test/integration/ |
D | xallocx.c | 378 malloc_printf(" p=%p, c=%#x, len=%zu:", p, c, len); in print_filled_extents() 383 malloc_printf(" %#x[%zu..%zu)", c0, range0, i); in print_filled_extents() 388 malloc_printf(" %#x[%zu..%zu)\n", c0, range0, i); in print_filled_extents()
|
D | chunk.c | 22 # define TRACE_HOOK(fmt, ...) malloc_printf(fmt, __VA_ARGS__)
|
/external/jemalloc/test/unit/ |
D | smoothstep.c | 33 malloc_printf("%"FMTu64" ulps under 1/2 (limit %d)\n", in TEST_BEGIN()
|
/external/jemalloc/src/ |
D | mutex.c | 131 malloc_printf("<jemalloc>: Error re-initializing mutex in " in malloc_mutex_postfork_child()
|
D | pages.c | 75 malloc_printf("<jemalloc>: Error in " in pages_unmap()
|
D | prof.c | 939 malloc_printf("<jemalloc>: creat(\"%s\"), 0644) failed\n", in prof_dump_open() 1451 malloc_printf("<jemalloc>: Leak summary: %"FMTu64" byte%s, %" in prof_leakcheck() 1456 malloc_printf( in prof_leakcheck()
|
D | ckh.c | 413 malloc_printf( in ckh_delete()
|
D | util.c | 652 malloc_printf(const char *format, ...) in malloc_printf() function
|
D | jemalloc.c | 832 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k, in malloc_conf_error() 1352 malloc_printf("<jemalloc>: Reducing narenas to limit (%d)\n",
|
D | arena.c | 2282 malloc_printf("<jemalloc>: Corrupt redzone %zu byte%s %s %p " in arena_redzone_corruption()
|
/external/jemalloc/test/stress/ |
D | microbench.c | 34 malloc_printf("%"FMTu64" iterations, %s=%"FMTu64"us, " in compare_funcs()
|