@Properties(inherit=cupti.class) public class CUpti_ActivityMemoryPool2 extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUpti_ActivityMemoryPool2()
Default native constructor.
|
CUpti_ActivityMemoryPool2(long size)
Native array allocator.
|
CUpti_ActivityMemoryPool2(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
_address()
The virtual address of the allocation.
|
CUpti_ActivityMemoryPool2 |
_address(long setter) |
int |
correlationId()
The correlation ID of the memory pool operation.
|
CUpti_ActivityMemoryPool2 |
correlationId(int setter) |
int |
deviceId()
The ID of the device where the memory pool is created.
|
CUpti_ActivityMemoryPool2 |
deviceId(int setter) |
CUpti_ActivityMemoryPool2 |
getPointer(long i) |
int |
kind()
The activity record kind, must be CUPTI_ACTIVITY_KIND_MEMORY_POOL
|
CUpti_ActivityMemoryPool2 |
kind(int setter) |
int |
memoryPoolOperationType()
The memory operation requested by the user, \ref CUpti_ActivityMemoryPoolOperationType.
|
CUpti_ActivityMemoryPool2 |
memoryPoolOperationType(int setter) |
int |
memoryPoolType()
The type of the memory pool, \ref CUpti_ActivityMemoryPoolType
|
CUpti_ActivityMemoryPool2 |
memoryPoolType(int setter) |
long |
minBytesToKeep()
The minimum bytes to keep of the memory pool.
|
CUpti_ActivityMemoryPool2 |
minBytesToKeep(long setter) |
CUpti_ActivityMemoryPool2 |
position(long position) |
int |
processId()
The ID of the process to which this record belongs to.
|
CUpti_ActivityMemoryPool2 |
processId(int setter) |
long |
releaseThreshold()
The release threshold of the memory pool.
|
CUpti_ActivityMemoryPool2 |
releaseThreshold(long setter) |
long |
size()
The size of the memory pool operation in bytes.
|
CUpti_ActivityMemoryPool2 |
size(long setter) |
long |
timestamp()
The start timestamp for the memory operation, in ns.
|
CUpti_ActivityMemoryPool2 |
timestamp(long setter) |
long |
utilizedSize()
The utilized size of the memory pool.
|
CUpti_ActivityMemoryPool2 |
utilizedSize(long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CUpti_ActivityMemoryPool2()
public CUpti_ActivityMemoryPool2(long size)
Pointer.position(long).public CUpti_ActivityMemoryPool2(Pointer p)
Pointer(Pointer).public CUpti_ActivityMemoryPool2 position(long position)
public CUpti_ActivityMemoryPool2 getPointer(long i)
getPointer in class Pointer@Cast(value="CUpti_ActivityKind") public int kind()
public CUpti_ActivityMemoryPool2 kind(int setter)
@Cast(value="CUpti_ActivityMemoryPoolOperationType") public int memoryPoolOperationType()
public CUpti_ActivityMemoryPool2 memoryPoolOperationType(int setter)
@Cast(value="CUpti_ActivityMemoryPoolType") public int memoryPoolType()
public CUpti_ActivityMemoryPool2 memoryPoolType(int setter)
@Cast(value="uint32_t") public int correlationId()
public CUpti_ActivityMemoryPool2 correlationId(int setter)
@Cast(value="uint32_t") public int processId()
public CUpti_ActivityMemoryPool2 processId(int setter)
@Cast(value="uint32_t") public int deviceId()
public CUpti_ActivityMemoryPool2 deviceId(int setter)
@Cast(value="size_t") public long minBytesToKeep()
public CUpti_ActivityMemoryPool2 minBytesToKeep(long setter)
@Cast(value="uint64_t") @Name(value="address") public long _address()
public CUpti_ActivityMemoryPool2 _address(long setter)
@Cast(value="uint64_t") public long size()
public CUpti_ActivityMemoryPool2 size(long setter)
@Cast(value="uint64_t") public long releaseThreshold()
public CUpti_ActivityMemoryPool2 releaseThreshold(long setter)
@Cast(value="uint64_t") public long timestamp()
public CUpti_ActivityMemoryPool2 timestamp(long setter)
@Cast(value="uint64_t") public long utilizedSize()
public CUpti_ActivityMemoryPool2 utilizedSize(long setter)
Copyright © 2025. All rights reserved.