C++ Interface to Tauola
|
#include <Log.h>
Data Fields | |
unsigned long | address |
unsigned long | size |
char | file [64] |
unsigned long | line |
Memory leak tracking section. Compile with #define LOG_DEBUG_MODE to turn it on. WARNING! Increases execution time significantly. Useful only for debug purposes.
Definition at line 122 of file src/utilities/Log.h.
unsigned long address |
Definition at line 124 of file include/Tauola/Log.h.
char file |
Definition at line 126 of file include/Tauola/Log.h.
unsigned long line |
Definition at line 127 of file include/Tauola/Log.h.
unsigned long size |
Definition at line 125 of file include/Tauola/Log.h.