Searched refs:malloc_vcprintf (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/jemalloc/test/src/ |
| A D | test.c | 15 malloc_vcprintf(NULL, NULL, format, ap); in test_skip() 28 malloc_vcprintf(NULL, NULL, format, ap); in test_fail()
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | util_externs.h | 19 void malloc_vcprintf(void (*write_cb)(void *, const char *), void *cbopaque,
|
| A D | private_symbols.txt | 290 malloc_vcprintf
|
| A D | private_namespace.h | 290 #define malloc_vcprintf JEMALLOC_N(malloc_vcprintf) macro
|
| A D | private_unnamespace.h | 290 #undef malloc_vcprintf
|
| /third_party/ulib/jemalloc/src/ |
| A D | util.c | 606 malloc_vcprintf(void (*write_cb)(void *, const char *), void *cbopaque, in malloc_vcprintf() function 638 malloc_vcprintf(write_cb, cbopaque, format, ap); in malloc_cprintf() 650 malloc_vcprintf(NULL, NULL, format, ap); in malloc_printf()
|
Completed in 10 milliseconds