SHeapEventData Struct Reference

Defines Heap events data. More...

#include <MpiAPI.h>

List of all members.

Public Attributes

TId threadId
 Id of the tread that allocated/deallocated the object. Unique for the lifetime of the application.
TId objectId
 Object id. Unique for the lifetime of the application.
TId allocMethodId
 Method in which the object was allocated. -1 if unknown.
U64 allocLocation
 Location within the method where the object was allocated. -1 If unknown of if the method is native.
SObjectInfopObjectInfo
 Additional object information.
U32 objectAge
 The number of Garbage Collection cycles the object survived.
BitSet validData
 Bit-mask of the valid data in the struct.


Detailed Description

Defines Object Alloc and Object Free events data for the IObjectAllocEventObserver::HandleEvent and IObjectFreeEventObserver::HandleEvent callback functions.
The documentation for this struct was generated from the following file:


Generated on Thu Mar 6 15:08:03 2008 for Martini by doxygen 1.5.5