summaryrefslogtreecommitdiffstats
path: root/baseline/source/audiobeam/audiobeamlibmalloc.h
blob: 354bf0e0b9b6cf698873c80700bcd967abff96cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*

  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 );

void audiobeam_free_all( void );

#endif