Interface AllocFunc

All Superinterfaces:
com.sun.jna.Callback
All Known Implementing Classes:
AllocationMonitor.JGMPAlloc

public interface AllocFunc extends com.sun.jna.Callback
Custom allocator function callback.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.sun.jna.Callback

    com.sun.jna.Callback.UncaughtExceptionHandler
  • Field Summary

    Fields inherited from interface com.sun.jna.Callback

    FORBIDDEN_NAMES, METHOD_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    com.sun.jna.Pointer
    invoke(SizeT alloc_size)
    Return a pointer to newly allocated space with at least alloc_size bytes.
  • Method Details

    • invoke

      com.sun.jna.Pointer invoke(SizeT alloc_size)
      Return a pointer to newly allocated space with at least alloc_size bytes.