Interface MemoryMonitor
public interface MemoryMonitor
Monitors the memory consumption during reasoning.
- Author:
- angele
-
Method Summary
Modifier and TypeMethodDescriptionvoid
preAllocate
(String message, long memoryInBytes) Called before allocating memoryvoid
Called before memory is deallocated
-
Method Details
-
preAllocate
Called before allocating memory- Parameters:
message
-memoryInBytes
-
-
preFree
Called before memory is deallocated- Parameters:
message
-memoryInBytes
-
-