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

Function static_opts_init

deps/memkind/src/jemalloc/src/jemalloc.c:1567–1578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1565};
1566
1567JEMALLOC_ALWAYS_INLINE void
1568static_opts_init(static_opts_t *static_opts) {
1569 static_opts->may_overflow = false;
1570 static_opts->bump_empty_alloc = false;
1571 static_opts->assert_nonempty_alloc = false;
1572 static_opts->null_out_result_on_error = false;
1573 static_opts->set_errno_on_error = false;
1574 static_opts->min_alignment = 0;
1575 static_opts->oom_string = "";
1576 static_opts->invalid_alignment_string = "";
1577 static_opts->slow = false;
1578}
1579
1580/*
1581 * These correspond to the macros in jemalloc/jemalloc_macros.h. Broadly, we

Callers 1

JEMALLOC_ATTRFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected