malloc_message() setup. */
| 69 | |
| 70 | /* malloc_message() setup. */ |
| 71 | static void |
| 72 | wrtmessage(void *cbopaque, const char *s) { |
| 73 | malloc_write_fd(STDERR_FILENO, s, strlen(s)); |
| 74 | } |
| 75 | |
| 76 | JEMALLOC_EXPORT void (*je_malloc_message)(void *, const char *s); |
| 77 |
no test coverage detected