X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..13f56ec4e58bf8687e2a68032c093c0213dd519b:/security/mac_alloc.h diff --git a/security/mac_alloc.h b/security/mac_alloc.h index 70e1baef0..956b4344b 100644 --- a/security/mac_alloc.h +++ b/security/mac_alloc.h @@ -71,6 +71,7 @@ void mac_zfree (zone_t zone, void *elem); #define Z_COLLECT 2 /* Make zone collectable */ #define Z_EXPAND 3 /* Make zone expandable */ #define Z_FOREIGN 4 /* Allow collectable zone to contain foreign elements */ +#define Z_CALLERACCT 5 /* Account alloc/free against the caller */ #endif /* __APPLE_API_EVOLVING */ #endif /* _SECURITY_MAC_ALLOC_H_ */