Searched refs:malloc_printf (Results 1 – 15 of 15) 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/test/include/test/ |
D | jemalloc_test.h | 23 malloc_printf( \ 31 malloc_printf( \ 38 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
|
D | jemalloc_test.h.in | 23 malloc_printf( \ 31 malloc_printf( \ 38 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
|
/external/jemalloc/include/jemalloc/internal/ |
D | util.h | 37 malloc_printf( \ 48 malloc_printf( \ 59 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \ 104 void malloc_printf(const char *format, ...)
|
D | ctl.h | 82 malloc_printf( \ 91 malloc_printf("<jemalloc>: Failure in " \
|
D | private_symbols.txt | 245 malloc_printf
|
D | private_namespace.h | 245 #define malloc_printf JEMALLOC_N(malloc_printf) macro
|
D | private_unnamespace.h | 245 #undef malloc_printf
|
/external/jemalloc/src/ |
D | chunk_mmap.c | 60 malloc_printf("<jemalloc: Error in munmap(): %s\n", in pages_map() 93 malloc_printf("<jemalloc>: Error in " in pages_unmap()
|
D | mutex.c | 127 malloc_printf("<jemalloc>: Error re-initializing mutex in " in malloc_mutex_postfork_child()
|
D | prof.c | 710 malloc_printf("<jemalloc>: creat(\"%s\"), 0644) failed\n", in prof_dump_open() 1016 malloc_printf("<jemalloc>: Leak summary: %"PRId64" byte%s, %" in prof_leakcheck() 1021 malloc_printf( in prof_leakcheck()
|
D | ckh.c | 409 malloc_printf( in ckh_delete()
|
D | util.c | 643 malloc_printf(const char *format, ...) in malloc_printf() function
|
D | jemalloc.c | 382 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k, in malloc_conf_error() 837 malloc_printf("<jemalloc>: Reducing narenas to limit (%d)\n",
|
D | arena.c | 1619 malloc_printf("<jemalloc>: Corrupt redzone %zu byte%s %s %p " in arena_redzone_corruption()
|