summaryrefslogtreecommitdiff
path: root/src/include/testmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/testmalloc.h')
-rw-r--r--src/include/testmalloc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/testmalloc.h b/src/include/testmalloc.h
new file mode 100644
index 0000000..25ab7f3
--- /dev/null
+++ b/src/include/testmalloc.h
@@ -0,0 +1,6 @@
+#ifndef testmalloc_header
+#define testmalloc_header
+
+void test_malloc(unsigned int cnt);
+
+#endif