ReactOS 0.4.16-dev-61-ge128cbc
|
Go to the source code of this file.
Classes | |
struct | FxTagTrackingStackFrames |
struct | FxTagTrackingBlock |
struct | FxTagHistory |
class | FxTagTracker |
Macros | |
#define | FRAMES_TO_CAPTURE 16 |
#define | FRAMES_TO_SKIP 3 |
#define | TAG_HISTORY_DEPTH (25) |
Enumerations | |
enum | FxTagTrackerType : UCHAR { FxTagTrackerTypeHandle = 0 , FxTagTrackerTypePower } |
enum | FxTagRefType { TagAddRef = 0 , TagRelease } |
#define FRAMES_TO_CAPTURE 16 |
Definition at line 53 of file fxtagtracker.hpp.
#define FRAMES_TO_SKIP 3 |
Definition at line 54 of file fxtagtracker.hpp.
#define TAG_HISTORY_DEPTH (25) |
Definition at line 149 of file fxtagtracker.hpp.
Enumerator | |
---|---|
TagAddRef | |
TagRelease |
Definition at line 48 of file fxtagtracker.hpp.
Enumerator | |
---|---|
FxTagTrackerTypeHandle | |
FxTagTrackerTypePower |
Definition at line 43 of file fxtagtracker.hpp.