Home
last modified time | relevance | path

Searched refs:mcache_logfn_t (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/sys/
H A Dmcache.h169 typedef void (*mcache_logfn_t)(u_int32_t, mcache_obj_t *, boolean_t); typedef
182 mcache_logfn_t mc_slab_log; /* slab layer log callback */
268 mcache_allocfn_t, mcache_freefn_t, mcache_auditfn_t, mcache_logfn_t,
/xnu-11215.81.4/bsd/kern/
H A Dmcache.c139 mcache_allocfn_t, mcache_freefn_t, mcache_auditfn_t, mcache_logfn_t,
272 mcache_logfn_t logfn, mcache_notifyfn_t notifyfn, void *arg, in mcache_create_ext()
285 mcache_logfn_t logfn, mcache_notifyfn_t notifyfn, void *arg, in mcache_create_common()