@NoOffset @Properties(inherit=LinearMath.class) public class btPoolAllocator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btPoolAllocator(int elemSize,
int maxElements) |
btPoolAllocator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Pointer |
_allocate(int size) |
void |
freeMemory(Pointer ptr) |
int |
getElementSize() |
int |
getFreeCount() |
int |
getMaxCount() |
BytePointer |
getPoolAddress() |
int |
getUsedCount() |
boolean |
validPtr(Pointer ptr) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic btPoolAllocator(Pointer p)
Pointer(Pointer).public btPoolAllocator(int elemSize,
int maxElements)
public int getFreeCount()
public int getUsedCount()
public int getMaxCount()
public void freeMemory(Pointer ptr)
public int getElementSize()
@Cast(value="unsigned char*") public BytePointer getPoolAddress()
Copyright © 2024. All rights reserved.