rename libinterfork -> libustfork
[ust.git] / libmallocwrap / mallocwrap.c
index d505b6773536d7d827f7b8e554136ec5900b6801..f5d5ce38b669f7184d7a24e18201fb0fb440e93d 100644 (file)
@@ -20,7 +20,7 @@
 #include <sys/types.h>
 #include <stdio.h>
 
-#include "marker.h"
+#include <ust/marker.h>
 
 #if 0
 INTERCEPT_PROTOTYPE(void, malloc, size_t size)
@@ -92,7 +92,7 @@ void free(void *ptr)
                }
        }
 
-       trace_mark(ust, free, "%p", ptr);
+       trace_mark(ust, free, "ptr %p", ptr);
 
        plibc_free(ptr);
 }
This page took 0.022495 seconds and 4 git commands to generate.