Package it.unich.jgmp

Class AllocationMonitor.JGMPAlloc

  • All Implemented Interfaces:
    com.sun.jna.Callback, AllocFunc
    Enclosing class:
    AllocationMonitor

    private static class AllocationMonitor.JGMPAlloc
    extends java.lang.Object
    implements AllocFunc
    The custom allocator function.
    • Nested Class Summary

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

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

      Fields 
      Modifier and Type Field Description
      (package private) AllocFuncByReference afp  
      • Fields inherited from interface com.sun.jna.Callback

        FORBIDDEN_NAMES, METHOD_NAME
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait