diff options
| author | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
|---|---|---|
| committer | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
| commit | 386b7d3366f1359a265da207a9cafa3edf553b64 (patch) | |
| tree | c76120c2c138faed822e4ae386be6ef22a738a78 /all_pairs/source/audiobeam/audiobeamlibmalloc.h | |
| parent | 54a3f7091a2146b29c73a6fdc4b62a5c4ad7a3d8 (diff) | |
Reorganize and commit all the modified TACLeBench code and run scripts
Diffstat (limited to 'all_pairs/source/audiobeam/audiobeamlibmalloc.h')
| -rw-r--r-- | all_pairs/source/audiobeam/audiobeamlibmalloc.h | 27 |
1 files changed, 27 insertions, 0 deletions
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 @@ | |||
| 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 | #endif | ||
