@Properties(inherit=nvml.class) public class nvmlMemory_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
nvmlMemory_t()
Default native constructor.
|
nvmlMemory_t(long size)
Native array allocator.
|
nvmlMemory_t(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
_free()
Unallocated FB memory (in bytes)
|
nvmlMemory_t |
_free(long setter) |
nvmlMemory_t |
position(long position) |
long |
total()
Total installed FB memory (in bytes)
|
nvmlMemory_t |
total(long setter) |
long |
used()
Allocated FB memory (in bytes).
|
nvmlMemory_t |
used(long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic nvmlMemory_t()
public nvmlMemory_t(long size)
Pointer.position(long).public nvmlMemory_t(Pointer p)
Pointer.Pointer(Pointer).public nvmlMemory_t position(long position)
public nvmlMemory_t total(long setter)
@Cast(value="unsigned long long") @Name(value="free") public long _free()
public nvmlMemory_t _free(long setter)
@Cast(value="unsigned long long") public long used()
public nvmlMemory_t used(long setter)
Copyright © 2019. All rights reserved.