Fix warnings and errors in ampi_noimpl.C
[charm.git] / src / ck-perf / tracec.h
blob6482ade0e804141f02af8c532095eeec5461aa01
1 #ifndef __TRACEC_H__
2 #define __TRACEC_H__
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 extern void traceMalloc_c(void *where, int size, void **stack, int stackSize);
9 extern void traceFree_c(void *where, int size);
11 #ifdef __cplusplus
13 #endif
15 #endif