summaryrefslogtreecommitdiffstats
path: root/baseline/source/susan/wccmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'baseline/source/susan/wccmalloc.h')
-rw-r--r--baseline/source/susan/wccmalloc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/baseline/source/susan/wccmalloc.h b/baseline/source/susan/wccmalloc.h
deleted file mode 100644
index dbb2ada..0000000
--- a/baseline/source/susan/wccmalloc.h
+++ /dev/null
@@ -1,10 +0,0 @@
1#ifndef _WCCMALLOC_H
2#define _WCCMALLOC_H
3
4void* susan_wccmalloc( unsigned int numberOfBytes );
5//! Frees ALL allocated memory space
6void susan_wccfreeall( void );
7void *susan_wccmemcpy( void* dstpp, const void* srcpp, unsigned int len );
8void susan_wccmemset( void *p, int value, unsigned int num );
9
10#endif