branch | RCL_3 |
changeset 48 | 79859ed3eea9 |
parent 26 | cb62a4f66ebe |
child 49 | 919f36ff910f |
47:e1bea15f9a39 | 48:79859ed3eea9 |
---|---|
13 * |
13 * |
14 * Description: A class to help track memory leaks. |
14 * Description: A class to help track memory leaks. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 #include <leaktracker.h> |
18 |
19 |
|
20 #include "LeakTracker.h" |
|
19 #include "Logger.h" |
21 #include "Logger.h" |
20 |
22 |
21 // Globals |
23 // Globals |
22 #ifdef TRACK_LEAKS |
24 #ifdef TRACK_LEAKS |
23 CLeakTracker* gLeakTracker = NULL; |
25 CLeakTracker* gLeakTracker = NULL; |