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

Function pctrie_init

freebsd/sys/pctrie.h:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136int pctrie_zone_init(void *mem, int size, int flags);
137
138static __inline void
139pctrie_init(struct pctrie *ptree)
140{
141
142 ptree->pt_root = 0;
143}
144
145static __inline bool
146pctrie_is_empty(struct pctrie *ptree)

Callers 3

rangeset_initFunction · 0.85
_vm_object_allocateFunction · 0.85
swp_pager_meta_buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected