Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_authorization.c1199 aclp = kheap_alloc(KM_KAUTH, KAUTH_ACL_SIZE(count), Z_WAITOK); in kauth_acl_alloc()
1210 kheap_free_addr(KM_KAUTH, aclp); in kauth_acl_free()
/xnu-8792.41.9/bsd/sys/
H A Dkauth.h788 #define KM_KAUTH KHEAP_DEFAULT macro