Uses of Class
it.unich.jgmp.nativelib.FreeFuncByReference
-
Packages that use FreeFuncByReference Package Description it.unich.jgmp This package contains all the high-level classes of JGMP.it.unich.jgmp.nativelib This package contains all the low-level classes of JGMP. -
-
Uses of FreeFuncByReference in it.unich.jgmp
Fields in it.unich.jgmp declared as FreeFuncByReference Modifier and Type Field Description (package private) FreeFuncByReference
AllocationMonitor.JGMPFree. ffp
private static FreeFuncByReference
AllocationMonitor. ffpOld
Constructors in it.unich.jgmp with parameters of type FreeFuncByReference Constructor Description JGMPFree(FreeFuncByReference ffp)
-
Uses of FreeFuncByReference in it.unich.jgmp.nativelib
Methods in it.unich.jgmp.nativelib with parameters of type FreeFuncByReference Modifier and Type Method Description static void
LibGmp. mp_get_memory_functions(AllocFuncByReference alloc_func_ptr, ReallocFuncByReference realloc_func_ptr, FreeFuncByReference free_func_ptr)
-