public static interface FMILibrary.FMICallbackAllocateMemory
extends com.sun.jna.Callback
| Modifier and Type | Method and Description |
|---|---|
com.sun.jna.Pointer |
apply(NativeSizeT numberOfObjects,
NativeSizeT size)
Invoke the fmiCallbackAllocateMemory() function.
|
com.sun.jna.Pointer apply(NativeSizeT numberOfObjects, NativeSizeT size)
numberOfObjects - The number of objects to be allocated.size - The size of each object to be allocated.