Log::Pointer Struct Reference

#include <Log.h>

Collaboration diagram for Log::Pointer:
Collaboration graph

Data Fields

unsigned long address
 
unsigned long size
 
char file [64]
 
unsigned long line
 

Detailed Description

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.

Field Documentation

◆ address

unsigned long address

Definition at line 136 of file include/Photos/Log.h.

◆ file

char file

Definition at line 138 of file include/Photos/Log.h.

◆ line

unsigned long line

Definition at line 139 of file include/Photos/Log.h.

◆ size

unsigned long size

Definition at line 137 of file include/Photos/Log.h.


The documentation for this struct was generated from the following files: