msptiActivityMemoryOperationType
Memory operation type.
msptiActivityMemoryOperationType is an enumeration class of the msptiActivityMemory call. The definition is as follows:
1 2 3 4 | typedef enum { MSPTI_ACTIVITY_MEMORY_OPERATION_TYPE_ALLOCATION = 0, // Allocate memory. MSPTI_ACTIVITY_MEMORY_OPERATION_TYPE_RELEASE = 1 // Release memory. } msptiActivityMemoryOperationType; |
Parent topic: msptiActivityEnableMarkerDomain