Searched refs:malloc_vcprintf (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/jemalloc_new/test/src/ |
H A D | test.c | 71 malloc_vcprintf(NULL, NULL, format, ap); in test_skip() 83 malloc_vcprintf(NULL, NULL, format, ap); in test_fail()
|
/aosp_15_r20/external/jemalloc_new/src/ |
H A 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()
|
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A 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()
|
H A D | malloc_io.h | 60 void malloc_vcprintf(void (*write_cb)(void *, const char *), void *cbopaque,
|
H A D | private_namespace.h | 227 #define malloc_vcprintf JEMALLOC_N(malloc_vcprintf) macro
|
H A D | private_namespace_jet.h | 230 #define malloc_vcprintf JEMALLOC_N(malloc_vcprintf) macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 41663 - malloc_vcprintf(emitter->write_cb, emitter->cbopaque, format, ap); 41972 - malloc_vcprintf(emitter->write_cb, emitter->cbopaque, format, ap); 46425 -void malloc_vcprintf(write_cb_t *write_cb, void *cbopaque, const char *format, 81212 -malloc_vcprintf(write_cb_t *write_cb, void *cbopaque, const char *format, 81240 - malloc_vcprintf(write_cb, cbopaque, format, ap); 81251 - malloc_vcprintf(NULL, NULL, format, ap); 102277 - malloc_vcprintf(NULL, NULL, format, ap); 102289 - malloc_vcprintf(NULL, NULL, format, ap);
|