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

Function checkpointer

third-party/lua-5.5.0/src/lgc.c:1046–1049  ·  view source on GitHub ↗

** If pointer 'p' points to 'o', move it to the next element. */

Source from the content-addressed store, hash-verified

1044** If pointer 'p' points to 'o', move it to the next element.
1045*/
1046static void checkpointer (GCObject **p, GCObject *o) {
1047 if (o == *p)
1048 *p = o->next;
1049}
1050
1051
1052/*

Callers 1

correctpointersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected