Home
last modified time | relevance | path

Searched refs:MINSIZEARRAY (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlmem.c76 #define MINSIZEARRAY 4 macro
92 if (size < MINSIZEARRAY) in luaM_growaux_()
93 size = MINSIZEARRAY; /* minimum size */ in luaM_growaux_()

Completed in 3 milliseconds