const runtime.itabInitSize

3 uses

	runtime (current package)
		iface.go#L13: const itabInitSize = 512
		iface.go#L18: 	itabTableInit = itabTableType{size: itabInitSize} // starter table
		iface.go#L25: 	entries [itabInitSize]*itab // really [size] large