]> git.cworth.org Git - apitrace/blobdiff - specs/stdapi.py
Bring some of the virtual-memory-regions
[apitrace] / specs / stdapi.py
index fa371cf2d8706d8286d88d9d9ee0065f18123eed..a92b9ba5669035725e9e54c5ca2d136119106caa 100644 (file)
@@ -220,7 +220,8 @@ class Arg:
 
 class Function:
 
-    __id = 0
+    # 0-3 are reserved to memcpy, malloc, free, and realloc
+    __id = 4
 
     def __init__(self, type, name, args, call = '', fail = None, sideeffects=True):
         self.id = Function.__id