Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dmcache.h283 typedef void (*mcache_logfn_t)(u_int32_t, mcache_obj_t *, boolean_t); typedef
296 mcache_logfn_t mc_slab_log; /* slab layer log callback */
382 mcache_allocfn_t, mcache_freefn_t, mcache_auditfn_t, mcache_logfn_t,
/xnu-8792.61.2/bsd/kern/
H A Dmcache.c137 mcache_allocfn_t, mcache_freefn_t, mcache_auditfn_t, mcache_logfn_t,
267 mcache_logfn_t logfn, mcache_notifyfn_t notifyfn, void *arg, in mcache_create_ext()
280 mcache_logfn_t logfn, mcache_notifyfn_t notifyfn, void *arg, in mcache_create_common()