MCPcopy Create free account
hub / github.com/Kitware/VTK / gc

Method gc

Wrapping/Java/vtk/vtkJavaMemoryManager.java:60–60  ·  view source on GitHub ↗

Execute the garbage collection in the Java + VTK context to release Java instance that are not used anymore which keep holding a C++ instance around. @param debug allow to add extra information inside the return object such as the class name of the objects lefts as well as the

(boolean debug)

Source from the content-addressed store, hash-verified

58 * statistic or debugging purpose.
59 */
60 vtkReferenceInformation gc(boolean debug);
61
62 /**
63 * @return an helper class that allow to trigger the garbage collector at a

Callers 11

mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
gcMethod · 0.65
ExitMethod · 0.65
runMethod · 0.65
mainMethod · 0.65
actionPerformedMethod · 0.65
handleEventMethod · 0.65
disposeMethod · 0.65
DeleteMethod · 0.65

Implementers 1

vtkJavaMemoryManagerImplWrapping/Java/vtk/vtkJavaMemoryManager

Calls

no outgoing calls

Tested by 4

mainMethod · 0.52
mainMethod · 0.52
mainMethod · 0.52
ExitMethod · 0.52