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

Function malloc_printf

deps/memkind/src/jemalloc/src/malloc_io.c:672–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670/* Print to stderr in such a way as to avoid memory allocation. */
671JEMALLOC_FORMAT_PRINTF(1, 2)
672void
673malloc_printf(const char *format, ...) {
674 va_list ap;
675
676 va_start(ap, format);
677 malloc_vcprintf(NULL, NULL, format, ap);
678 va_end(ap);
679}
680
681/*
682 * 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_init_narenasFunction · 0.70
ctl.cFile · 0.70
prof_dump_open_implFunction · 0.70
prof_leakcheckFunction · 0.70
pages.cFile · 0.70

Calls

no outgoing calls

Tested by 10

print_filled_extentsFunction · 0.40
mainFunction · 0.40
node_printFunction · 0.40
heap_printFunction · 0.40
token_errorFunction · 0.40
compare_funcsFunction · 0.40
test_skipFunction · 0.40
test_failFunction · 0.40
p_test_finiFunction · 0.40
p_test_implFunction · 0.40