summaryrefslogtreecommitdiff
path: root/src/include/cctk_Cache.h
blob: 2c87dc2a9c07249682fd5e1401aafaaaf4fe12be (plain)
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
 /*@@
   @header    cctk_Cache.h
   @date      Tue Nov 30 09:31:45 1999
   @author    Tom Goodale
   @desc 
   Prototypes for cache routines.
   @enddesc 
   @version $Header$
 @@*/

#ifndef _CCTK_CACHE_H_
#define _CCTK_CACHE_H_

#ifdef __cplusplus
extern "C"
{
#endif

void *Util_CacheMalloc(unsigned _index, 
                       unsigned long size, 
                       void **realstart);

#ifdef __cplusplus
}
#endif

#endif /* _CCTK_CACHE_H_ */