MCPcopy Create free account
hub / github.com/defold/defold / luaC_callGCTM

Function luaC_callGCTM

engine/lua/src/lua/lgc.c:477–480  ·  view source on GitHub ↗

** Call all GC tag methods */

Source from the content-addressed store, hash-verified

475** Call all GC tag methods
476*/
477void luaC_callGCTM (lua_State *L) {
478 while (G(L)->tmudata)
479 GCTM(L);
480}
481
482
483void luaC_freeall (lua_State *L) {

Callers 1

callallgcTMFunction · 0.85

Calls 2

GCTMFunction · 0.85
GFunction · 0.50

Tested by

no test coverage detected