]> git.saurik.com Git - apple/xnu.git/blobdiff - security/mac_alloc.h
xnu-2422.90.20.tar.gz
[apple/xnu.git] / security / mac_alloc.h
index 70e1baef06af700209d9f5428ce51768cfcd53fb..956b4344b3123c784b118607044c1f3e5743c9ac 100644 (file)
@@ -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_ */