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

Function malloc_abort_invalid_conf

deps/jemalloc/src/jemalloc.c:897–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895}
896
897static void
898malloc_abort_invalid_conf(void) {
899 assert(opt_abort_conf);
900 malloc_printf("<jemalloc>: Abort (abort_conf:true) on invalid conf "
901 "value (see above).\n");
902 abort();
903}
904
905static void
906malloc_conf_error(const char *msg, const char *k, size_t klen, const char *v,

Callers 1

malloc_conf_init_helperFunction · 0.70

Calls 1

malloc_printfFunction · 0.70

Tested by

no test coverage detected