Searched refs:stackSize (Results 1 – 3 of 3) sorted by relevance
106 ficlInteger stackSize; in ficlSystemCreate() local143 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()
470 system->stackSize); in ficlSystemCompileFloat()
1581 int stackSize; /* Size of all stacks created, in cells */ member1611 ficlInteger stackSize; member