![]() |
PandaRoot
|
#include <Log.h>
Public Attributes | |
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. Usefull only for debug purposes.
unsigned long Photospp::Log::Pointer::address |
Definition at line 147 of file Log.h.
Referenced by Photospp::Log::SetWarningLimit().
char Photospp::Log::Pointer::file |
Definition at line 149 of file Log.h.
Referenced by Photospp::Log::SetWarningLimit().
unsigned long Photospp::Log::Pointer::line |
Definition at line 150 of file Log.h.
Referenced by Photospp::Log::SetWarningLimit().
unsigned long Photospp::Log::Pointer::size |
Definition at line 148 of file Log.h.
Referenced by Photospp::Log::SetWarningLimit().