MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / wrtmessage

Function wrtmessage

deps/jemalloc/src/malloc_io.c:71–74  ·  view source on GitHub ↗

malloc_message() setup. */

Source from the content-addressed store, hash-verified

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

Callers 1

malloc_writeFunction · 0.70

Calls 1

malloc_write_fdFunction · 0.85

Tested by

no test coverage detected