Uses of Interface
it.unich.jgmp.nativelib.FreeFunc
-
Packages that use FreeFunc 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 FreeFunc in it.unich.jgmp
Classes in it.unich.jgmp that implement FreeFunc Modifier and Type Class Description private static classAllocationMonitor.JGMPFreeThe custom deallocator.Fields in it.unich.jgmp declared as FreeFunc Modifier and Type Field Description private static FreeFuncAllocationMonitor. ff -
Uses of FreeFunc in it.unich.jgmp.nativelib
Fields in it.unich.jgmp.nativelib declared as FreeFunc Modifier and Type Field Description private static FreeFuncLibGmp. gmp_deallocatorThe native deallocator used by the GMP library.private static FreeFuncLibGmp. gmp_default_deallocatorThe default native deallocator used by the GMP library.FreeFuncFreeFuncByReference. valueThe callback which is the only element of this structure.Methods in it.unich.jgmp.nativelib with parameters of type FreeFunc Modifier and Type Method Description private static voidLibGmp. __gmp_set_memory_functions(AllocFunc alloc_func_ptr, ReallocFunc realloc_func_ptr, FreeFunc free_func_ptr)static voidLibGmp. mp_set_memory_functions(AllocFunc alloc_func_ptr, ReallocFunc realloc_func_ptr, FreeFunc free_func_ptr)
-