]> git.cworth.org Git - apitrace/blobdiff - common/trace_writer.hpp
Bring some of the virtual-memory-regions
[apitrace] / common / trace_writer.hpp
index dfb76b2508a4bac02f455b9d570cc733c5492f9a..50d4bbf705294e20fc8b76f6674d799d0da3023c 100644 (file)
@@ -105,6 +105,11 @@ namespace Trace {
 
     };
 
+    extern const FunctionSig memcpy_sig;
+    extern const FunctionSig malloc_sig;
+    extern const FunctionSig free_sig;
+    extern const FunctionSig realloc_sig;
+
     /**
      * A specialized Writer class, mean to trace the current process.
      *