From cf7cd8be60c254b44b444c97dcb238d7cf3afd4c Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Tue, 21 Sep 2021 10:50:33 -0500 Subject: palloc smp safe (testing required, NOT pfree) --- src/include/testmalloc.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/include/testmalloc.h (limited to 'src/include/testmalloc.h') diff --git a/src/include/testmalloc.h b/src/include/testmalloc.h deleted file mode 100644 index 25ab7f3..0000000 --- a/src/include/testmalloc.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef testmalloc_header -#define testmalloc_header - -void test_malloc(unsigned int cnt); - -#endif -- cgit v1.2.3