Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dsystem.c108 ficlInteger stackSize; in ficlSystemCreate() local
145 stackSize = fsi->stackSize; in ficlSystemCreate()
146 if (stackSize < FICL_DEFAULT_STACK_SIZE) in ficlSystemCreate()
147 stackSize = FICL_DEFAULT_STACK_SIZE; in ficlSystemCreate()
162 system->stackSize = stackSize; in ficlSystemCreate()
335 ficlVm *vm = ficlVmCreate(NULL, system->stackSize, system->stackSize); in ficlSystemCreateVm()
H A Dfloat.c472 system->stackSize); in ficlSystemCompileFloat()
H A Dficl.h1582 int stackSize; /* Size of all stacks created, in cells */ member
1612 ficlInteger stackSize; member