Uses of Interface
it.unich.jgmp.nativelib.FreeFunc
Packages that use FreeFunc
Package
Description
This package contains all the high-level classes of JGMP.
This package contains all the low-level classes of JGMP.
-
Uses of FreeFunc in it.unich.jgmp
Classes in it.unich.jgmp that implement FreeFuncModifier and TypeClassDescriptionprivate static class
The custom deallocator.Fields in it.unich.jgmp declared as FreeFunc -
Uses of FreeFunc in it.unich.jgmp.nativelib
Fields in it.unich.jgmp.nativelib declared as FreeFuncModifier and TypeFieldDescriptionprivate static FreeFunc
LibGmp.gmp_deallocator
The native deallocator used by the GMP library.private static FreeFunc
LibGmp.gmp_default_deallocator
The default native deallocator used by the GMP library.FreeFuncByReference.value
The callback which is the only element of this structure.Methods in it.unich.jgmp.nativelib with parameters of type FreeFuncModifier and TypeMethodDescriptionprivate static void
LibGmp.__gmp_set_memory_functions
(AllocFunc alloc_func_ptr, ReallocFunc realloc_func_ptr, FreeFunc free_func_ptr) static void
LibGmp.mp_set_memory_functions
(AllocFunc alloc_func_ptr, ReallocFunc realloc_func_ptr, FreeFunc free_func_ptr)