From 9b22a6965579ea1867aea291d910c96f386b518b Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Tue, 24 Aug 2021 14:09:29 -0500 Subject: major backup 8.24.21 --- src/include/testmalloc.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/include/testmalloc.h (limited to 'src/include/testmalloc.h') 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 -- cgit v1.2.3