OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:majorbase
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/lua/dist/src/
lgc.c
1447
lu_mem
majorbase
= g->GCestimate; /* memory after last major collection */
local
1448
lu_mem majorinc = (
majorbase
/ 100) * getgcparam(g->genmajormul);
1449
if (g->GCdebt > 0 && gettotalbytes(g) >
majorbase
+ majorinc) {
1451
if (gettotalbytes(g) <
majorbase
+ (majorinc / 2)) {
1464
g->GCestimate =
majorbase
; /* preserve base value */
Completed in 36 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026