summaryrefslogtreecommitdiff
path: root/src/include/cctk_Cache.h
blob: 1790bf63710b392b79ca6b809e3ab9552fc8e965 (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 *CCTK_CacheMalloc(unsigned index, 
                       unsigned long size, 
                       void **realstart);

#ifdef __cplusplus
}
#endif

#endif /* _CCTK_CACHE_H_ */