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.Callback
Custom allocator function callback.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Callback
com.sun.jna.Callback.UncaughtExceptionHandler
-
Field Summary
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
-
Method Summary
-
Method Details
-
invoke
Return a pointer to newly allocated space with at leastalloc_size
bytes.
-