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