Package it.unich.jgmp.nativelib
Interface AllocFunc
-
- All Superinterfaces:
com.sun.jna.Callback
- All Known Implementing Classes:
AllocationMonitor.JGMPAlloc
public interface AllocFunc extends com.sun.jna.CallbackCustom allocator function callback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.sun.jna.Pointerinvoke(SizeT alloc_size)Return a pointer to newly allocated space with at leastalloc_sizebytes.
-
-
-
Method Detail
-
invoke
com.sun.jna.Pointer invoke(SizeT alloc_size)
Return a pointer to newly allocated space with at leastalloc_sizebytes.
-
-