StackSystem 1772 src/pkg/runtime/proc.c stacksize = runtime·round2(StackSystem + stacksize); StackSystem 785 src/pkg/runtime/stack.c framesize += StackSystem; StackSystem 80 src/pkg/runtime/stack.h StackSystemRounded = StackSystem + (-StackSystem & (StackMin-1)), StackSystem 92 src/pkg/runtime/stack.h StackGuard = 256 + StackSystem, StackSystem 101 src/pkg/runtime/stack.h StackLimit = StackGuard - StackSystem - StackSmall,