OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastatomic
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/lua/dist/src/
lgc.c
1309
g->
lastatomic
= 0;
1354
g->
lastatomic
= 0;
1369
g->
lastatomic
= 0;
1400
** field 'g->
lastatomic
' keeps this count from the last collection.
1401
** ('g->
lastatomic
!= 0' also means that the last collection was bad.)
1405
lu_mem
lastatomic
= g->
lastatomic
; /* count from last collection */
local
1410
if (newatomic <
lastatomic
+ (
lastatomic
>> 3)) { /* good collection? */
1419
g->
lastatomic
= newatomic
[
all
...]
lstate.h
262
lu_mem
lastatomic
; /* see function 'genstep' in file 'lgc.c' */
member in struct:global_State
lgc.c
1309
g->
lastatomic
= 0;
1354
g->
lastatomic
= 0;
1369
g->
lastatomic
= 0;
1400
** field 'g->
lastatomic
' keeps this count from the last collection.
1401
** ('g->
lastatomic
!= 0' also means that the last collection was bad.)
1405
lu_mem
lastatomic
= g->
lastatomic
; /* count from last collection */
local
1410
if (newatomic <
lastatomic
+ (
lastatomic
>> 3)) { /* good collection? */
1419
g->
lastatomic
= newatomic
[
all
...]
lstate.h
262
lu_mem
lastatomic
; /* see function 'genstep' in file 'lgc.c' */
member in struct:global_State
Completed in 147 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026