Searched defs:cbopaque (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | malloc_io.c | 72 wrtmessage(void *cbopaque, const char *s) { in wrtmessage() 623 malloc_vcprintf(void (*write_cb)(void *, const char *), void *cbopaque, in malloc_vcprintf() argument 648 malloc_cprintf(void (*write_cb)(void *, const char *), void *cbopaque, in malloc_cprintf() argument
|
H A D | stats.c | 1225 stats_print(void (*write_cb)(void *, const char *), void *cbopaque, in stats_print() argument
|
H A D | jemalloc.c | 3135 je_malloc_stats_print(void (*write_cb)(void *, const char *), void *cbopaque, argument
|
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A D | emitter.h | 79 void *cbopaque; member 87 void (*write_cb)(void *, const char *), void *cbopaque) { in emitter_init() argument
|