]> git.cworth.org Git - fips/blobdiff - xmalloc.h
Perform reporting on a per-shader-stage basis
[fips] / xmalloc.h
index b36c900e65ea63a017c53839e3642c8082c0352c..f2eda31baf211d1e5e2a72bac669c7532e51b4ef 100644 (file)
--- a/xmalloc.h
+++ b/xmalloc.h
 void *
 xmalloc (size_t size);
 
+void *
+xrealloc (void *ptr, size_t size);
+
+char *
+xstrdup (const char *s);
+
 #endif