runtime·round2 1772 src/pkg/runtime/proc.c stacksize = runtime·round2(StackSystem + stacksize); runtime·round2 280 src/pkg/runtime/runtime.c if(FixedStack != runtime·round2(FixedStack)) runtime·round2 890 src/pkg/runtime/runtime.h int32 runtime·round2(int32 x); // round x up to a power of 2. runtime·round2 786 src/pkg/runtime/stack.c framesize = runtime·round2(framesize);