summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/malloc.cgo
AgeCommit message (Collapse)AuthorFilesLines
2009-10-15rename sys functions to runtime,Russ Cox1-3/+3
because they are in package runtime. another step to enforcing package boundaries. R=r DELTA=732 (114 added, 93 deleted, 525 changed) OCL=35811 CL=35824
2009-06-30convert string runtime to use cgo.Russ Cox1-0/+329
now that cgo2c can handle it, merge x.c and x_go.cgo into a single x.cgo, for x=float,malloc,sema. R=r DELTA=1950 (954 added, 996 deleted, 0 changed) OCL=30951 CL=30964