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

Function malloc_printf

deps/jemalloc/src/malloc_io.c:658–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656/* Print to stderr in such a way as to avoid memory allocation. */
657JEMALLOC_FORMAT_PRINTF(1, 2)
658void
659malloc_printf(const char *format, ...) {
660 va_list ap;
661
662 va_start(ap, format);
663 malloc_vcprintf(NULL, NULL, format, ap);
664 va_end(ap);
665}
666
667/*
668 * Restore normal assertion macros, in order to make it possible to compile all

Callers 15

ckh_deleteFunction · 0.70
malloc_conf_errorFunction · 0.70
malloc_conf_init_helperFunction · 0.70
malloc_init_narenasFunction · 0.70
prof_dump_open_implFunction · 0.70
prof_leakcheckFunction · 0.70
prof_log_stopFunction · 0.70
pages.cFile · 0.70

Calls

no outgoing calls

Tested by 15

print_filled_extentsFunction · 0.40
mainFunction · 0.40
node_printFunction · 0.40
heap_printFunction · 0.40
token_errorFunction · 0.40
forwarding_cbFunction · 0.40
compare_funcsFunction · 0.40
test_hookedFunction · 0.40
test_unhookedFunction · 0.40
mainFunction · 0.40
test_skipFunction · 0.40
test_failFunction · 0.40