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, 10 insertions, 0 deletions
diff --git a/baseline/source/susan/wccmalloc.h b/baseline/source/susan/wccmalloc.h
new file mode 100644
index 0000000..dbb2ada
--- /dev/null
+++ b/baseline/source/susan/wccmalloc.h
@@ -0,0 +1,10 @@
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