Interface MemoryMonitor


public interface MemoryMonitor
Monitors the memory consumption during reasoning.
Author:
angele
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    preAllocate(String message, long memoryInBytes)
    Called before allocating memory
    void
    preFree(String message, long memoryInBytes)
    Called before memory is deallocated
  • Method Details

    • preAllocate

      void preAllocate(String message, long memoryInBytes)
      Called before allocating memory
      Parameters:
      message -
      memoryInBytes -
    • preFree

      void preFree(String message, long memoryInBytes)
      Called before memory is deallocated
      Parameters:
      message -
      memoryInBytes -