Package it.unich.jgmp
Class AllocationMonitor.JGMPFree
- java.lang.Object
-
- it.unich.jgmp.AllocationMonitor.JGMPFree
-
- All Implemented Interfaces:
com.sun.jna.Callback
,FreeFunc
- Enclosing class:
- AllocationMonitor
private static class AllocationMonitor.JGMPFree extends java.lang.Object implements FreeFunc
The custom deallocator.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) FreeFuncByReference
ffp
-
Constructor Summary
Constructors Constructor Description JGMPFree(FreeFuncByReference ffp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
invoke(com.sun.jna.Pointer ptr, SizeT alloc_size)
De-allocate the space pointed to byptr
.
-
-
-
Field Detail
-
ffp
FreeFuncByReference ffp
-
-
Constructor Detail
-
JGMPFree
JGMPFree(FreeFuncByReference ffp)
-
-