Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlmem.c43 #define MINSIZEARRAY 4 macro
57 if (newsize < MINSIZEARRAY) in luaM_growaux_()
58 newsize = MINSIZEARRAY; /* minimum size */ in luaM_growaux_()