runtime.linearAlloc.end (field)

6 uses

	runtime (current package)
		malloc.go#L594: 		if mheap_.heapArenaAlloc.next <= p && p < mheap_.heapArenaAlloc.end {
		malloc.go#L595: 			p = mheap_.heapArenaAlloc.end
		malloc.go#L609: 				p = mheap_.arena.end // For hint below
		malloc.go#L1408: 	end    uintptr // end of reserved space
		malloc.go#L1420: 	l.end = base + size
		malloc.go#L1425: 	if p+size > l.end {