public final class MemoryManager
extends java.lang.Object
Constructor and Description |
---|
MemoryManager() |
Modifier and Type | Method and Description |
---|---|
void |
cleanupReferences()
Cleans out all the known references to PyPointers associated with this
Interpreter.
|
void |
cleanupWeakReferences()
Cleans out weak references to PyPointers associated with this
Interpreter.
|
public void cleanupReferences() throws JepException
JepException
- if an error occurspublic void cleanupWeakReferences() throws JepException
JepException
- if an error occurs