MCPcopy Create free account
hub / github.com/F-Stack/f-stack / _PCTRIE_REMOVE

Function _PCTRIE_REMOVE

freebsd/sys/pctrie.h:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112} \
113 \
114static __inline void \
115name##_PCTRIE_REMOVE(struct pctrie *ptree, uint64_t key) \
116{ \
117 \
118 pctrie_remove(ptree, key, freefn); \
119}
120
121typedef void *(*pctrie_alloc_t)(struct pctrie *ptree);
122typedef void (*pctrie_free_t)(struct pctrie *ptree, void *node);

Callers

nothing calls this directly

Calls 1

pctrie_removeFunction · 0.85

Tested by

no test coverage detected