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

Function malloc_abort_invalid_conf

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

Source from the content-addressed store, hash-verified

837}
838
839static void
840malloc_abort_invalid_conf(void) {
841 assert(opt_abort_conf);
842 malloc_printf("<jemalloc>: Abort (abort_conf:true) on invalid conf "
843 "value (see above).\n");
844 abort();
845}
846
847static void
848malloc_conf_error(const char *msg, const char *k, size_t klen, const char *v,

Callers 1

malloc_conf_initFunction · 0.85

Calls 2

malloc_printfFunction · 0.85
abortClass · 0.85

Tested by

no test coverage detected