|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ptolemy.fmi.FMULibrary.FMUAllocateMemory
public static class FMULibrary.FMUAllocateMemory
Allocate memory.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.sun.jna.Callback |
|---|
com.sun.jna.Callback.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
static java.util.Set<com.sun.jna.Pointer> |
pointers
Keep references to memory that has been allocated and avoid problems with the memory being garbage collected. |
| Fields inherited from interface com.sun.jna.Callback |
|---|
FORBIDDEN_NAMES, METHOD_NAME |
| Constructor Summary | |
|---|---|
FMULibrary.FMUAllocateMemory()
|
|
| Method Summary | |
|---|---|
com.sun.jna.Pointer |
apply(NativeSizeT numberOfObjects,
NativeSizeT size)
Allocate memory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.util.Set<com.sun.jna.Pointer> pointers
| Constructor Detail |
|---|
public FMULibrary.FMUAllocateMemory()
| Method Detail |
|---|
public com.sun.jna.Pointer apply(NativeSizeT numberOfObjects,
NativeSizeT size)
apply in interface FMILibrary.FMICallbackAllocateMemorynumberOfObjects - The number of objects to allocate.size - The size of the object in bytes.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||