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