]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.1] runtime: introduce cnewarray() to simplify allocation of typed...
authorAndrew Gerrand <adg@golang.org>
Tue, 4 Jun 2013 02:54:13 +0000 (12:54 +1000)
committerAndrew Gerrand <adg@golang.org>
Tue, 4 Jun 2013 02:54:13 +0000 (12:54 +1000)
commit09879160e598793ad58a321439e67bd8a7be5797
tree0566a77989957cd4a1e6eeaedb85f3872711e7d5
parentea3b4c93217162758bd61f73c4f0a0e145c06171
[release-branch.go1.1] runtime: introduce cnewarray() to simplify allocation of typed arrays

««« CL 9648044 / 139919984600
runtime: introduce cnewarray() to simplify allocation of typed arrays

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/9648044
»»»

R=dsymonds, dvyukov, dave
CC=golang-dev
https://golang.org/cl/9780050
src/pkg/reflect/all_test.go
src/pkg/runtime/iface.c
src/pkg/runtime/malloc.goc
src/pkg/runtime/malloc.h
src/pkg/runtime/slice.c