MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / boxgc

Function boxgc

third-party/lua-5.3.5/src/lauxlib.c:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474
475
476static int boxgc (lua_State *L) {
477 resizebox(L, 1, 0);
478 return 0;
479}
480
481
482static void *newbox (lua_State *L, size_t newsize) {

Callers

nothing calls this directly

Calls 1

resizeboxFunction · 0.70

Tested by

no test coverage detected