OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstold1
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/lua/dist/src/
lgc.c
897
g->
firstold1
= o; /* it is the first OLD1 object in the list */
1012
checkpointer(&g->
firstold1
, o);
1256
if (g->
firstold1
) { /* are there regular OLD1 objects? */
1257
markold(g, g->
firstold1
, g->reallyold); /* mark them */
1258
g->
firstold1
= NULL; /* no more OLD1 objects (for now) */
1266
psurvival = sweepgen(L, g, &g->allgc, g->survival, &g->
firstold1
);
1268
sweepgen(L, g, psurvival, g->old1, &g->
firstold1
);
1274
dummy = NULL; /* no '
firstold1
' optimization for 'finobj' lists */
1300
g->
firstold1
= NULL; /* there are no OLD1 objects anywhere */
lstate.h
57
** The generational collector also uses a pointer '
firstold1
', which
62
** '
firstold1
': no OLD1 objects before this point; there can be all
292
GCObject *
firstold1
; /* first OLD1 object in the list (if any) */
member in struct:global_State
lstate.c
395
g->
firstold1
= g->survival = g->old1 = g->reallyold = NULL;
Completed in 20 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026