X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_writer.hpp;h=50d4bbf705294e20fc8b76f6674d799d0da3023c;hb=46a4839cd1b65981bec9f33b1d7978b821866a51;hp=dfb76b2508a4bac02f455b9d570cc733c5492f9a;hpb=c636b9d7041f5046dd5bdc1b459b06979915dc79;p=apitrace diff --git a/common/trace_writer.hpp b/common/trace_writer.hpp index dfb76b2..50d4bbf 100644 --- a/common/trace_writer.hpp +++ b/common/trace_writer.hpp @@ -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. *