Package org.lwjgl.system.jemalloc
Class JEmalloc.Functions
- java.lang.Object
-
- org.lwjgl.system.jemalloc.JEmalloc.Functions
-
- Enclosing class:
- JEmalloc
public static final class JEmalloc.Functions extends java.lang.Object
Contains the function pointers loaded from the jemallocSharedLibrary
.
-
-
Field Summary
Fields Modifier and Type Field Description static long
aligned_alloc
calloc
dallocx
free
mallctl
mallctlbymib
mallctlnametomib
malloc
malloc_message
malloc_stats_print
malloc_usable_size
mallocx
nallocx
posix_memalign
rallocx
realloc
sallocx
sdallocx
xallocxFunction address.
-