Data Fields | |
uint64_t | address |
CUpti_ActivityMemoryPoolType | memoryPoolType |
uint64_t | releaseThreshold |
uint64_t | utilizedSize |
uint64_t | processId |
uint64_t | size |
uint64_t CUpti_ActivityMemory3::CUpti_ActivityMemory3::PACKED_ALIGNMENT::address |
The base address of the memory pool.
CUpti_ActivityMemoryPoolType CUpti_ActivityMemory3::CUpti_ActivityMemory3::PACKED_ALIGNMENT::memoryPoolType |
The type of the memory pool, CUpti_ActivityMemoryPoolType
uint64_t CUpti_ActivityMemory3::CUpti_ActivityMemory3::PACKED_ALIGNMENT::processId |
The processId of the memory pool. processId
is valid if memoryPoolType
is CUPTI_ACTIVITY_MEMORY_POOL_TYPE_IMPORTED, CUpti_ActivityMemoryPoolType.
uint64_t CUpti_ActivityMemory3::CUpti_ActivityMemory3::PACKED_ALIGNMENT::releaseThreshold |
The release threshold of the memory pool in bytes. releaseThreshold
is valid for CUPTI_ACTIVITY_MEMORY_POOL_TYPE_LOCAL, CUpti_ActivityMemoryPoolType.
uint64_t CUpti_ActivityMemory3::CUpti_ActivityMemory3::PACKED_ALIGNMENT::size |
The size of the memory pool in bytes. size
is valid if memoryPoolType
is CUPTI_ACTIVITY_MEMORY_POOL_TYPE_LOCAL, CUpti_ActivityMemoryPoolType.
uint64_t CUpti_ActivityMemory3::CUpti_ActivityMemory3::PACKED_ALIGNMENT::utilizedSize |
The utilized size of the memory pool. utilizedSize
is valid for CUPTI_ACTIVITY_MEMORY_POOL_TYPE_LOCAL, CUpti_ActivityMemoryPoolType.