aboutsummaryrefslogtreecommitdiff
path: root/tests/common/malloc_wrappers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/malloc_wrappers.h')
-rw-r--r--tests/common/malloc_wrappers.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/common/malloc_wrappers.h b/tests/common/malloc_wrappers.h
deleted file mode 100644
index 7eec795..0000000
--- a/tests/common/malloc_wrappers.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdlib.h>
-
-void* malloc_with_check(size_t size);
-void free_with_check(void *mem);
-void* counting_realloc(void *ptr, size_t size);
-void counting_free(void *ptr);
-size_t get_alloc_count();