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

Function malloc_conf_error

deps/memkind/src/jemalloc/src/jemalloc.c:846–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846static void
847malloc_conf_error(const char *msg, const char *k, size_t klen, const char *v,
848 size_t vlen) {
849 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k,
850 (int)vlen, v);
851 had_conf_error = true;
852 if (opt_abort_conf) {
853 malloc_abort_invalid_conf();
854 }
855}
856
857static void
858malloc_slow_flag_init(void) {

Callers 1

malloc_conf_initFunction · 0.70

Calls 2

malloc_printfFunction · 0.70

Tested by

no test coverage detected