runtime·stackfree  342 src/pkg/runtime/panic.c 		runtime·stackfree(gp, stk, top);
runtime·stackfree 1927 src/pkg/runtime/proc.c 		runtime·stackfree(gp, (void*)gp->stack0, top);
runtime·stackfree  871 src/pkg/runtime/runtime.h void	runtime·stackfree(G*, void*, Stktop*);
runtime·stackfree  223 src/pkg/runtime/stack.c 	runtime·stackfree(gp, old, top);
runtime·stackfree  645 src/pkg/runtime/stack.c 	runtime·stackfree(gp, oldstk, oldtop);