Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllimits.h145 #if !defined(MINSTRTABSIZE)
146 #define MINSTRTABSIZE 32 macro
H A Dlstate.c186 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */ in f_luaopen()