Searched refs:malloc_vcprintf (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/test/src/ |
D | test.c | 15 malloc_vcprintf(NULL, NULL, format, ap); in test_skip() 28 malloc_vcprintf(NULL, NULL, format, ap); in test_fail()
|
/external/jemalloc/src/ |
D | util.c | 611 malloc_vcprintf(void (*write_cb)(void *, const char *), void *cbopaque, in malloc_vcprintf() function 643 malloc_vcprintf(write_cb, cbopaque, format, ap); in malloc_cprintf() 655 malloc_vcprintf(NULL, NULL, format, ap); in malloc_printf()
|
/external/jemalloc/include/jemalloc/internal/ |
D | util.h | 111 void malloc_vcprintf(void (*write_cb)(void *, const char *), void *cbopaque,
|
D | private_symbols.txt | 341 malloc_vcprintf
|
D | private_namespace.h | 341 #define malloc_vcprintf JEMALLOC_N(malloc_vcprintf) macro
|
D | private_unnamespace.h | 341 #undef malloc_vcprintf
|