Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ProtectedMemory.h
Go to the documentation of this file.
1 #ifndef ProtectedMemory_h
2 #define ProtectedMemory_h 1
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 void BuildProtectedMemory(size_t totalHeap);
9 void setuphandlers();
10 
11 void addThread();
12 void starttracer();
13 void finishtracer();
14 void StartDetection();
15 void FinishDetection();
16 void PhaseChange();
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif
void PhaseChange()
void StartDetection()
void BuildProtectedMemory(size_t totalHeap)
void setuphandlers()
void addThread()
void starttracer()
void FinishDetection()
void finishtracer()