summaryrefslogtreecommitdiffstats
path: root/baseline/source/audiobeam/audiobeamlibmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'baseline/source/audiobeam/audiobeamlibmalloc.h')
-rw-r--r--baseline/source/audiobeam/audiobeamlibmalloc.h29
1 files changed, 0 insertions, 29 deletions
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 @@
1/*
2
3 This program is part of the TACLeBench benchmark suite.
4 Version V 2.0
5
6 Name: audiobeamlibmalloc.c
7
8 Author: unkown
9
10 Function: Memory allocation.
11
12 Source: Sun Microsystems and Cygnus
13
14 Original name: Unknown
15
16 Changes: No major functional changes.
17
18 License: see license.txt
19
20*/
21
22#ifndef AUDIOBEAM_MALLOC_H
23#define AUDIOBEAM_MALLOC_H
24
25void *audiobeam_malloc( unsigned int numberOfBytes );
26
27void audiobeam_free_all( void );
28
29#endif