Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
tpmallocstub.h File Reference

Go to the source code of this file.

Functions

void turnontpmalloc ()
 
void turnofftpmalloc ()
 
int tpmallocflag ()
 

Function Documentation

int tpmallocflag ( )

Definition at line 28 of file hjmalloc.cc.

References mallocswitch.

28 {return mallocswitch;}
G4ThreadLocal int mallocswitch
Definition: hjmalloc.cc:8
void turnofftpmalloc ( )

Definition at line 27 of file hjmalloc.cc.

References mallocswitch.

27 {mallocswitch = 0;}
G4ThreadLocal int mallocswitch
Definition: hjmalloc.cc:8
void turnontpmalloc ( )

Definition at line 26 of file hjmalloc.cc.

References mallocswitch.

26 {mallocswitch = 1;}
G4ThreadLocal int mallocswitch
Definition: hjmalloc.cc:8