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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.sun.jna.Pointer
invoke(SizeT alloc_size)
Return a pointer to newly allocated space with at leastalloc_size
bytes.
-
-
-
Method Detail
-
invoke
com.sun.jna.Pointer invoke(SizeT alloc_size)
Return a pointer to newly allocated space with at leastalloc_size
bytes.
-
-