MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / checkpointer

Function checkpointer

3rd/lua-5.4.3/src/lgc.c:989–992  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

987** If pointer 'p' points to 'o', move it to the next element.
988*/
989static void checkpointer (GCObject **p, GCObject *o) {
990 if (o == *p)
991 *p = o->next;
992}
993
994
995/*

Callers 1

correctpointersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected