MCPcopy Create free account
hub / github.com/F-Stack/f-stack / malloc_printf

Function malloc_printf

app/redis-6.2.6/deps/jemalloc/src/malloc_io.c:659–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

print_filled_extentsFunction · 0.85
mainFunction · 0.85
node_printFunction · 0.85
heap_printFunction · 0.85
token_errorFunction · 0.85
smoothstep.cFile · 0.85
forwarding_cbFunction · 0.85
compare_funcsFunction · 0.85
test_skipFunction · 0.85
test_failFunction · 0.85
p_test_finiFunction · 0.85
p_test_implFunction · 0.85

Calls

no outgoing calls

Tested by 11

print_filled_extentsFunction · 0.68
mainFunction · 0.68
node_printFunction · 0.68
heap_printFunction · 0.68
token_errorFunction · 0.68
forwarding_cbFunction · 0.68
compare_funcsFunction · 0.68
test_skipFunction · 0.68
test_failFunction · 0.68
p_test_finiFunction · 0.68
p_test_implFunction · 0.68