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 and 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.
-
-
-
Field Detail
-
malloc_message
public static final long malloc_message
Function address.
-
malloc
public static final long malloc
Function address.
-
calloc
public static final long calloc
Function address.
-
posix_memalign
public static final long posix_memalign
Function address.
-
aligned_alloc
public static final long aligned_alloc
Function address.
-
realloc
public static final long realloc
Function address.
-
free
public static final long free
Function address.
-
mallocx
public static final long mallocx
Function address.
-
rallocx
public static final long rallocx
Function address.
-
xallocx
public static final long xallocx
Function address.
-
sallocx
public static final long sallocx
Function address.
-
dallocx
public static final long dallocx
Function address.
-
sdallocx
public static final long sdallocx
Function address.
-
nallocx
public static final long nallocx
Function address.
-
mallctl
public static final long mallctl
Function address.
-
mallctlnametomib
public static final long mallctlnametomib
Function address.
-
mallctlbymib
public static final long mallctlbymib
Function address.
-
malloc_stats_print
public static final long malloc_stats_print
Function address.
-
malloc_usable_size
public static final long malloc_usable_size
Function address.
-
-