public final class MemoryManager extends JepAccess
| Constructor and Description |
|---|
MemoryManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupWeakReferences()
Cleans out weak references to PyPointers associated with this
Interpreter.
|
void |
closeInterpreter(Jep jep)
Stop managing memory for an interpreter.
|
void |
openInterpreter(Jep jep) |
public void openInterpreter(Jep jep)
public void closeInterpreter(Jep jep) throws JepException
JepException - if an error occurspublic void cleanupWeakReferences()
throws JepException
JepException - if an error occurs