Uses of Class
it.unich.jgmp.nativelib.ReallocFuncByReference
-
Packages that use ReallocFuncByReference 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 ReallocFuncByReference in it.unich.jgmp
Fields in it.unich.jgmp declared as ReallocFuncByReference Modifier and Type Field Description (package private) ReallocFuncByReference
AllocationMonitor.JGMPRealloc. rfp
private static ReallocFuncByReference
AllocationMonitor. rfpOld
Constructors in it.unich.jgmp with parameters of type ReallocFuncByReference Constructor Description JGMPRealloc(ReallocFuncByReference rfp)
-
Uses of ReallocFuncByReference in it.unich.jgmp.nativelib
Methods in it.unich.jgmp.nativelib with parameters of type ReallocFuncByReference Modifier and Type Method Description static void
LibGmp. mp_get_memory_functions(AllocFuncByReference alloc_func_ptr, ReallocFuncByReference realloc_func_ptr, FreeFuncByReference free_func_ptr)
-