Searched refs:je_malloc_message (Results 1 – 5 of 5) sorted by relevance
74 JEMALLOC_EXPORT void (*je_malloc_message)(void *, const char *s); variable96 if (je_malloc_message != NULL) { in malloc_write()97 je_malloc_message(NULL, s); in malloc_write()670 write_cb = (je_malloc_message != NULL) ? je_malloc_message : in malloc_vcprintf()
46 buf_writer->write_cb = je_malloc_message != NULL ? in buf_writer_init()47 je_malloc_message : wrtmessage; in buf_writer_init()
78 # define je_malloc_message malloc_message macro252 extern JEMALLOC_EXPORT void (*je_malloc_message)(void *cbopaque,417 # define malloc_message je_malloc_message450 # undef je_malloc_message
11 #define je_malloc_message JEMALLOC_N(malloc_message) macro
525 JEMALLOC_EXPORT void (*je_malloc_message)(void *, const char *s);543 * je_malloc_message(...) throughout the code.