CPP_GC_MODE=2

Monkey Forums/Monkey Programming/CPP_GC_MODE=2

AdamRedwoods(Posted 2013) [#1]
I am confused on how #CPP_GC_MODE=2 is triggered.

It seems that ALL allocated objects in the entire program need to be released to trigger a sweep? I'm trying to use it, but I get better results when I manually trigger the sweep.

I'll see if I can create an example that isn't using wxWidgets.