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

Function malloc_conf_error

app/redis-6.2.6/deps/jemalloc/src/jemalloc.c:847–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845}
846
847static void
848malloc_conf_error(const char *msg, const char *k, size_t klen, const char *v,
849 size_t vlen) {
850 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k,
851 (int)vlen, v);
852 /* If abort_conf is set, error out after processing all options. */
853 had_conf_error = true;
854}
855
856static void
857malloc_slow_flag_init(void) {

Callers 1

malloc_conf_initFunction · 0.85

Calls 1

malloc_printfFunction · 0.85

Tested by

no test coverage detected