#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. Usefull only for debug purposes.
Definition at line 134 of file include/Photos/Log.h.
| unsigned long address |
Definition at line 136 of file include/Photos/Log.h.
| char file |
Definition at line 138 of file include/Photos/Log.h.
| unsigned long line |
Definition at line 139 of file include/Photos/Log.h.
| unsigned long size |
Definition at line 137 of file include/Photos/Log.h.