Package io.github.libsdl4j.api.stdinc
Class AllocationFunctions
- java.lang.Object
-
- io.github.libsdl4j.api.stdinc.AllocationFunctions
-
public final class AllocationFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description AllocationFunctions(SDL_malloc_func mallocFunction, SDL_calloc_func callocFunction, SDL_realloc_func reallocFunction, SDL_free_func freeFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SDL_calloc_func
getCallocFunction()
SDL_free_func
getFreeFunction()
SDL_malloc_func
getMallocFunction()
SDL_realloc_func
getReallocFunction()
-
-
-
Constructor Detail
-
AllocationFunctions
public AllocationFunctions(SDL_malloc_func mallocFunction, SDL_calloc_func callocFunction, SDL_realloc_func reallocFunction, SDL_free_func freeFunction)
-
-
Method Detail
-
getMallocFunction
public SDL_malloc_func getMallocFunction()
-
getCallocFunction
public SDL_calloc_func getCallocFunction()
-
getReallocFunction
public SDL_realloc_func getReallocFunction()
-
getFreeFunction
public SDL_free_func getFreeFunction()
-
-