From 386b7d3366f1359a265da207a9cafa3edf553b64 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Mon, 7 Oct 2019 19:13:39 -0400 Subject: Reorganize and commit all the modified TACLeBench code and run scripts --- baseline/source/susan/wccmalloc.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 baseline/source/susan/wccmalloc.h (limited to 'baseline/source/susan/wccmalloc.h') 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 @@ +#ifndef _WCCMALLOC_H +#define _WCCMALLOC_H + +void* susan_wccmalloc( unsigned int numberOfBytes ); +//! Frees ALL allocated memory space +void susan_wccfreeall( void ); +void *susan_wccmemcpy( void* dstpp, const void* srcpp, unsigned int len ); +void susan_wccmemset( void *p, int value, unsigned int num ); + +#endif -- cgit v1.2.2