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