Searched defs:stackSize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dsystem.c106 ficlInteger stackSize; local
143 stackSize = fsi->stackSize;
144 if (stackSize < FICL_DEFAULT_STACK_SIZE)
145 stackSize = FICL_DEFAULT_STACK_SIZE;
160 system->stackSize = stackSize;
333 ficlVm *vm = ficlVmCreate(NULL, system->stackSize, system->stackSize);
H A Dficl.h1580 int stackSize; /* Size of all stacks created, in cells */ member in struct:ficlSystemInformation
1610 ficlInteger stackSize; member in struct:ficlSystem

Completed in 49 milliseconds