]> Cypherpunks repositories - gostls13.git/commit
runtime: introduce cnewarray() to simplify allocation of typed arrays
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 27 May 2013 07:29:11 +0000 (11:29 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 27 May 2013 07:29:11 +0000 (11:29 +0400)
commit5782f4117dcb4c8fc40f8110a57ac531a2abdb99
tree9363a84cf5947c29683782513e36c89b3905cf55
parente017e0cb24f9c5ea4c0e2b7479e4b411e4882dcf
runtime: introduce cnewarray() to simplify allocation of typed arrays

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/9648044
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