@Properties(inherit=cudart.class) public class cudaArrayMemoryRequirements extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
cudaArrayMemoryRequirements()
Default native constructor.
|
cudaArrayMemoryRequirements(long size)
Native array allocator.
|
cudaArrayMemoryRequirements(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
alignment()
Alignment necessary for mapping the array.
|
cudaArrayMemoryRequirements |
alignment(long setter) |
cudaArrayMemoryRequirements |
getPointer(long i) |
cudaArrayMemoryRequirements |
position(long position) |
IntPointer |
reserved() |
int |
reserved(int i) |
cudaArrayMemoryRequirements |
reserved(int i,
int setter) |
long |
size()
Total size of the array.
|
cudaArrayMemoryRequirements |
size(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 cudaArrayMemoryRequirements()
public cudaArrayMemoryRequirements(long size)
Pointer.position(long).public cudaArrayMemoryRequirements(Pointer p)
Pointer(Pointer).public cudaArrayMemoryRequirements position(long position)
public cudaArrayMemoryRequirements getPointer(long i)
getPointer in class Pointerpublic cudaArrayMemoryRequirements size(long setter)
public cudaArrayMemoryRequirements alignment(long setter)
public cudaArrayMemoryRequirements reserved(int i, int setter)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2025. All rights reserved.