summaryrefslogtreecommitdiff
path: root/src/include/testmalloc.h
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcspace.com>2021-09-21 10:50:33 -0500
committerBrett Weiland <brett_weiland@bpcspace.com>2021-09-21 10:50:33 -0500
commitcf7cd8be60c254b44b444c97dcb238d7cf3afd4c (patch)
treee86fe62827f4dbc5f1b6b74cf7bd89c78e797711 /src/include/testmalloc.h
parent907fb823bf8329066b1bcff60ea6c4faa54a3642 (diff)
palloc smp safe (testing required, NOT pfree)
Diffstat (limited to 'src/include/testmalloc.h')
-rw-r--r--src/include/testmalloc.h6
1 files changed, 0 insertions, 6 deletions
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