summaryrefslogtreecommitdiff
path: root/src/include/cctk_Malloc.h
diff options
context:
space:
mode:
authorlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-08 09:09:38 +0000
committerlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-08 09:09:38 +0000
commit16678cf1bbbb9be41cf4259fdd04ec82f21261c0 (patch)
treeed4fdbb24f733f09a73dd3315bb716fb5b183c77 /src/include/cctk_Malloc.h
parent5049fcf6f1deac4860b7e369191ed5ec3bcb0251 (diff)
memtrace renaming
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1443 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Malloc.h')
-rw-r--r--src/include/cctk_Malloc.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/include/cctk_Malloc.h b/src/include/cctk_Malloc.h
new file mode 100644
index 00000000..f01dcdf9
--- /dev/null
+++ b/src/include/cctk_Malloc.h
@@ -0,0 +1,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
+
+