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/audiobeam/audiobeamlibmalloc.h | 29 -------------------------- 1 file changed, 29 deletions(-) delete mode 100644 baseline/source/audiobeam/audiobeamlibmalloc.h (limited to 'baseline/source/audiobeam/audiobeamlibmalloc.h') diff --git a/baseline/source/audiobeam/audiobeamlibmalloc.h b/baseline/source/audiobeam/audiobeamlibmalloc.h deleted file mode 100644 index 354bf0e..0000000 --- a/baseline/source/audiobeam/audiobeamlibmalloc.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - - This program is part of the TACLeBench benchmark suite. - Version V 2.0 - - Name: audiobeamlibmalloc.c - - Author: unkown - - Function: Memory allocation. - - Source: Sun Microsystems and Cygnus - - Original name: Unknown - - Changes: No major functional changes. - - License: see license.txt - -*/ - -#ifndef AUDIOBEAM_MALLOC_H -#define AUDIOBEAM_MALLOC_H - -void *audiobeam_malloc( unsigned int numberOfBytes ); - -void audiobeam_free_all( void ); - -#endif -- cgit v1.2.2