From 14c854543b1a3cf344a371a5b45595657f95786b Mon Sep 17 00:00:00 2001 From: leochanj105 Date: Tue, 26 Oct 2021 13:22:32 -0400 Subject: add deadlines and costs --- baseline/source/susan/wccmalloc.h | 10 ---------- 1 file changed, 10 deletions(-) delete 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 deleted file mode 100644 index dbb2ada..0000000 --- a/baseline/source/susan/wccmalloc.h +++ /dev/null @@ -1,10 +0,0 @@ -#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