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 --- all_pairs/source/audiobeam/audiobeamlibmalloc.h | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 all_pairs/source/audiobeam/audiobeamlibmalloc.h (limited to 'all_pairs/source/audiobeam/audiobeamlibmalloc.h') diff --git a/all_pairs/source/audiobeam/audiobeamlibmalloc.h b/all_pairs/source/audiobeam/audiobeamlibmalloc.h new file mode 100644 index 0000000..eccbdb9 --- /dev/null +++ b/all_pairs/source/audiobeam/audiobeamlibmalloc.h @@ -0,0 +1,27 @@ +/* + + 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 ); + +#endif -- cgit v1.2.2