MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / whitelist

Function whitelist

extlibs/lua/src/lgc.c:1033–1037  ·  view source on GitHub ↗

** Traverse a list making all its elements white and clearing their ** age. */

Source from the content-addressed store, hash-verified

1031** age.
1032*/
1033static void whitelist (global_State *g, GCObject *p) {
1034 int white = luaC_white(g);
1035 for (; p != NULL; p = p->next)
1036 p->marked = cast_byte((p->marked & maskcolors) | white);
1037}
1038
1039
1040/*

Callers 1

enterincFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected