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

Function ctl_named_children

deps/jemalloc/src/ctl.c:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static const ctl_named_node_t *
35ctl_named_children(const ctl_named_node_t *node, size_t index) {
36 const ctl_named_node_t *children = ctl_named_node(node->children);
37
38 return (children ? &children[index] : NULL);
39}
40
41static const ctl_indexed_node_t *
42ctl_indexed_node(const ctl_node_t *node) {

Callers 2

ctl_lookupFunction · 0.70
ctl_bymibFunction · 0.70

Calls 1

ctl_named_nodeFunction · 0.70

Tested by

no test coverage detected