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

Function ctl_named_node

deps/jemalloc/src/ctl.c:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27/* Helpers for named and indexed nodes. */
28
29static const ctl_named_node_t *
30ctl_named_node(const ctl_node_t *node) {
31 return ((node->named) ? (const ctl_named_node_t *)node : NULL);
32}
33
34static const ctl_named_node_t *
35ctl_named_children(const ctl_named_node_t *node, size_t index) {

Callers 4

ctl_named_childrenFunction · 0.70
ctl_lookupFunction · 0.70
ctl_bynameFunction · 0.70
ctl_bymibFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected