@Namespace(value="dai") @Properties(inherit=depthai.class) public class MemoryInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
MemoryInfo()
Default native constructor.
|
MemoryInfo(long size)
Native array allocator.
|
MemoryInfo(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
MemoryInfo |
getPointer(long i) |
MemoryInfo |
position(long position) |
long |
remaining() |
MemoryInfo |
remaining(long setter) |
long |
total() |
MemoryInfo |
total(long setter) |
long |
used() |
MemoryInfo |
used(long setter) |
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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic MemoryInfo()
public MemoryInfo(long size)
Pointer.position(long).public MemoryInfo(Pointer p)
Pointer(Pointer).public MemoryInfo position(long position)
public MemoryInfo getPointer(long i)
getPointer in class Pointerpublic MemoryInfo remaining(long setter)
public MemoryInfo used(long setter)
public MemoryInfo total(long setter)
Copyright © 2021. All rights reserved.