Class JEmalloc.Functions

java.lang.Object
org.lwjgl.system.jemalloc.JEmalloc.Functions
Enclosing class:
JEmalloc

public static final class JEmalloc.Functions extends Object
Contains the function pointers loaded from the jemalloc SharedLibrary.
  • Field Details

    • 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.
    • free_sized

      public static final long free_sized
      Function address.
    • free_aligned_sized

      public static final long free_aligned_sized
      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.