Searched refs:allocfn (Results 1 – 1 of 1) sorted by relevance
| /src/sys/sys/ |
| H A D | pctrie.h | 76 #define PCTRIE_DEFINE_SMR(name, type, field, allocfn, freefn, smr) \ argument 77 PCTRIE_DEFINE(name, type, field, allocfn, freefn) \ 100 #define PCTRIE_DEFINE(name, type, field, allocfn, freefn) \ argument 143 child = allocfn(ptree); \
|