Lines Matching refs:gc
45 -- can be causing GC. Currently used to reduce number of false
202 local gc, gc_caused, funcs
216 -- functions only cause GC and return Failure simulataneously.
246 gc[name] = true
247 AddCause(name, "<GC>")
253 gc[name] = false
277 log "** Propagating GC information"
281 if gc[caller] == nil then
282 gc[caller] = true
290 if gc[funcname] then mark(funcname, callers) end
296 gc, gc_caused, funcs = {}, {}, {}
298 log ("** Building GC Suspects for %s", arch)
306 for name, value in pairs(gc) do if value then out:write (name, '\n') end end
310 out:write "GC = {"