Searched refs:mc_slab_notify (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h167 mcache_notifyfn_t mc_slab_notify; /* slab layer notify callback */ member in struct:mcache
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c316 cp->mc_slab_notify = notifyfn;
611 if (cp->mc_slab_notify != NULL)
612 (*cp->mc_slab_notify)(cp->mc_private, event);

Completed in 32 milliseconds