[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GC



Is there a method that gets called when an object is about to be
garbage collected? The reason I ask is that an object may have
pointers into the mac side of the MCL heap (how does that work any
ways? Are two completely different heaps set up, or does mcl do it all
internally?) and would want to free them if it gets GC'd.

Robby