Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlmem.c43 #define MINSIZEARRAY 4 macro
57 if (newsize < MINSIZEARRAY) in luaM_growaux_()
58 newsize = MINSIZEARRAY; /* minimum size */ in luaM_growaux_()