00001 #ifndef __TRACEC_H__ 00002 #define __TRACEC_H__ 00003 00004 #ifdef __cplusplus 00005 extern "C" { 00006 #endif 00007 00008 extern void traceMalloc_c(void *where, int size, void **stack, int stackSize); 00009 extern void traceFree_c(void *where, int size); 00010 00011 #ifdef __cplusplus 00012 } 00013 #endif 00014 00015 #endif