@Properties(inherit=cudart.class) public class CUmemAccessDesc extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUmemAccessDesc()
Default native constructor.
|
CUmemAccessDesc(long size)
Native array allocator.
|
CUmemAccessDesc(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
flags()
::CUmemProt accessibility flags to set on the request
|
CUmemAccessDesc |
flags(int setter) |
CUmemAccessDesc |
getPointer(long i) |
CUmemLocation |
location()
Location on which the request is to change it's accessibility
|
CUmemAccessDesc |
location(CUmemLocation setter) |
CUmemAccessDesc |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CUmemAccessDesc()
public CUmemAccessDesc(long size)
Pointer.position(long).public CUmemAccessDesc(Pointer p)
Pointer.Pointer(Pointer).public CUmemAccessDesc position(long position)
public CUmemAccessDesc getPointer(long i)
getPointer in class Pointer@ByRef public CUmemLocation location()
public CUmemAccessDesc location(CUmemLocation setter)
@Cast(value="CUmemAccess_flags") public int flags()
public CUmemAccessDesc flags(int setter)
Copyright © 2020. All rights reserved.