OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isold
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/lua/dist/src/
lgc.c
216
if (
isold
(o)) {
217
lua_assert(!
isold
(v)); /* white object could not be old */
236
lua_assert((g->gckind == KGC_GEN) == (
isold
(o) && getage(o) != G_TOUCHED1));
241
if (
isold
(o)) /* generational mode? */
380
lua_assert(!
isold
(thread) || thread->openupval == NULL);
633
if (
isold
(th) || g->gcstate == GCSpropagate)
1131
lua_assert(!
isold
(curr) && isdead(g, curr));
1190
lua_assert(
isold
(curr)); /* young objects should be white here */
lgc.h
120
#define
isold
(o) (getage(o) > G_SURVIVAL)
macro
Completed in 58 milliseconds
Indexes created Mon Jul 13 00:28:05 UTC 2026