Searched refs:malloc_vcprintf (Results 1 – 12 of 12) 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_new/test/src/ |
D | test.c | 71 malloc_vcprintf(NULL, NULL, format, ap); in test_skip() 83 malloc_vcprintf(NULL, NULL, format, ap); in test_fail()
|
/external/jemalloc_new/src/ |
D | malloc_io.c | 623 malloc_vcprintf(void (*write_cb)(void *, const char *), void *cbopaque, in malloc_vcprintf() function 653 malloc_vcprintf(write_cb, cbopaque, format, ap); in malloc_cprintf() 664 malloc_vcprintf(NULL, NULL, format, ap); in malloc_printf()
|
/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_new/include/jemalloc/internal/ |
D | malloc_io.h | 60 void malloc_vcprintf(void (*write_cb)(void *, const char *), void *cbopaque,
|
D | emitter.h | 102 malloc_vcprintf(emitter->write_cb, emitter->cbopaque, format, ap); in emitter_printf() 113 malloc_vcprintf(emitter->write_cb, emitter->cbopaque, format, ap); in emitter_table_printf()
|
D | private_namespace.h | 226 #define malloc_vcprintf JEMALLOC_N(malloc_vcprintf) macro
|
D | private_namespace_jet.h | 229 #define malloc_vcprintf JEMALLOC_N(malloc_vcprintf) macro
|
/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
|