public class btStackAlloc extends BulletBase
className| Constructor and Description |
|---|
btStackAlloc(long size) |
btStackAlloc(long cPtr,
boolean cMemoryOwn)
Construct a new btStackAlloc, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
allocate(long size) |
btBlock |
beginBlock() |
void |
create(long size) |
void |
destroy() |
void |
endBlock(btBlock block) |
int |
getAvailableMemory() |
static long |
getCPtr(btStackAlloc obj) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btStackAlloc(long cPtr,
boolean cMemoryOwn)
public btStackAlloc(long size)
public static long getCPtr(btStackAlloc obj)
public void create(long size)
public void destroy()
public int getAvailableMemory()
public ByteBuffer allocate(long size)
public btBlock beginBlock()
public void endBlock(btBlock block)
Copyright © 2021. All rights reserved.