Home
last modified time | relevance | path

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

/titanic_53/usr/src/common/ficl/
H A Dsystem.c106 ficlInteger stackSize; in ficlSystemCreate() local
143 stackSize = fsi->stackSize; in ficlSystemCreate()
144 if (stackSize < FICL_DEFAULT_STACK_SIZE) in ficlSystemCreate()
145 stackSize = FICL_DEFAULT_STACK_SIZE; in ficlSystemCreate()
160 system->stackSize = stackSize; in ficlSystemCreate()
333 ficlVm *vm = ficlVmCreate(NULL, system->stackSize, system->stackSize); in ficlSystemCreateVm()
H A Dfloat.c470 system->stackSize); in ficlSystemCompileFloat()
H A Dficl.h1581 int stackSize; /* Size of all stacks created, in cells */ member
1611 ficlInteger stackSize; member