summaryrefslogtreecommitdiff
path: root/src/include/cctk_Malloc.h
blob: f01dcdf98869341d90e5830763aa8e630cd61729 (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
28
29
30
 /*@@
   @header    cctk_MemAlloc.h
   @date      Thu Jan 20 2000
   @author    Gerd Lanfermann
   @desc
   Prototypes for Cactus MemAlloc functions.
   @enddesc
   @version $Header$
 @@*/

#ifndef _CCTK_STAGGER_H_
#define _CCTK_STAGGER_H_

#ifdef __cplusplus
extern "C" {
#endif

/* void *CCTKi_Malloc(t_size size, int line, const char *file);
   void CCTKi_Free(void *pointer); */

void CCTK_MemStat(void);
unsigned long int  CCTK_TotalMemory(void);

#ifdef __cplusplus
}
#endif

#endif