Uses of Interface
it.unich.jgmp.nativelib.AllocFunc
-
Packages that use AllocFunc 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 AllocFunc in it.unich.jgmp
Classes in it.unich.jgmp that implement AllocFunc Modifier and Type Class Description private static class
AllocationMonitor.JGMPAlloc
The custom allocator function.Fields in it.unich.jgmp declared as AllocFunc Modifier and Type Field Description private static AllocFunc
AllocationMonitor. af
-
Uses of AllocFunc in it.unich.jgmp.nativelib
Fields in it.unich.jgmp.nativelib declared as AllocFunc Modifier and Type Field Description AllocFunc
AllocFuncByReference. value
The callback which is the only element of this structure.Methods in it.unich.jgmp.nativelib with parameters of type AllocFunc Modifier and Type Method Description private 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)
-