Searched refs:allocfn (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/bsd/kern/ |
| H A D | mcache.c | 266 mcache_allocfn_t allocfn, mcache_freefn_t freefn, mcache_auditfn_t auditfn, in mcache_create_ext() argument 270 return mcache_create_common(name, bufsize, 0, allocfn, in mcache_create_ext() 279 mcache_allocfn_t allocfn, mcache_freefn_t freefn, mcache_auditfn_t auditfn, in mcache_create_common() argument 325 cp->mc_slab_alloc = allocfn; in mcache_create_common()
|