summaryrefslogtreecommitdiffstats
path: root/baseline/source/audiobeam/audiobeamlibmalloc.h
diff options
context:
space:
mode:
authorleochanj105 <leochanj@live.unc.edu>2021-10-26 13:22:32 -0400
committerleochanj105 <leochanj@live.unc.edu>2021-10-26 13:22:32 -0400
commit14c854543b1a3cf344a371a5b45595657f95786b (patch)
tree70f752880522e5e44669af365754ac0f649dce81 /baseline/source/audiobeam/audiobeamlibmalloc.h
parent5e2ccfae0532ddd89bcc04bf14aad451e9c79785 (diff)
add deadlines and costs
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