diff options
Diffstat (limited to 'baseline/source/audiobeam/audiobeamlibmalloc.h')
| -rw-r--r-- | baseline/source/audiobeam/audiobeamlibmalloc.h | 29 |
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 | |||
| 25 | void *audiobeam_malloc( unsigned int numberOfBytes ); | ||
| 26 | |||
| 27 | void audiobeam_free_all( void ); | ||
| 28 | |||
| 29 | #endif | ||
