Geant4_10
tpmallocstub.h
Go to the documentation of this file.
1 #ifdef __cplusplus
2 extern "C" {
3 #endif
4  extern void turnontpmalloc();
5  extern void turnofftpmalloc();
6  extern int tpmallocflag();
7 #ifdef __cplusplus
8 }
9 #endif
int tpmallocflag()
Definition: hjmalloc.cc:28
void turnofftpmalloc()
Definition: hjmalloc.cc:27
void turnontpmalloc()
Definition: hjmalloc.cc:26