@NoOffset @Properties(inherit=BulletCollision.class) public class btGenericPoolAllocator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
btGenericPoolAllocator(long pool_element_size,
long pool_element_count) |
btGenericPoolAllocator(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
Pointer |
_allocate(long size_bytes)
Allocates memory in pool
/**
|
boolean |
freeMemory(Pointer pointer) |
long |
get_pool_capacity() |
long |
m_pool_count() |
btGenericPoolAllocator |
m_pool_count(long setter) |
PointerPointer |
m_pools() |
btGenericMemoryPool |
m_pools(int i) |
btGenericPoolAllocator |
m_pools(int i,
btGenericMemoryPool setter) |
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, zero
public btGenericPoolAllocator(Pointer p)
Pointer(Pointer)
.public btGenericMemoryPool m_pools(int i)
public btGenericPoolAllocator m_pools(int i, btGenericMemoryPool setter)
@MemberGetter @Cast(value="btGenericMemoryPool**") public PointerPointer m_pools()
public btGenericPoolAllocator m_pool_count(long setter)
@Name(value="allocate") public Pointer _allocate(@Cast(value="size_t") long size_bytes)
size_bytes
- size in bytes of the bufferCopyright © 2024. All rights reserved.