runtime.gclinkptr.ptr (method)

15 uses

	runtime (current package)
		mcache.go#L72: func (p gclinkptr) ptr() *gclink {
		stack.go#L197: 		if s.manualFreeList.ptr() != nil {
		stack.go#L204: 			x.ptr().next = s.manualFreeList
		stack.go#L210: 	if x.ptr() == nil {
		stack.go#L213: 	s.manualFreeList = x.ptr().next
		stack.go#L215: 	if s.manualFreeList.ptr() == nil {
		stack.go#L228: 	if s.manualFreeList.ptr() == nil {
		stack.go#L232: 	x.ptr().next = s.manualFreeList
		stack.go#L274: 		x.ptr().next = list
		stack.go#L292: 		y := x.ptr().next
		stack.go#L310: 		for x.ptr() != nil {
		stack.go#L311: 			y := x.ptr().next
		stack.go#L374: 			if x.ptr() == nil {
		stack.go#L378: 			c.stackcache[order].list = x.ptr().next
		stack.go#L469: 			x.ptr().next = c.stackcache[order].list