summaryrefslogtreecommitdiff
path: root/test/malloc1.go
AgeCommit message (Collapse)AuthorFilesLines
2010-02-03finalizers; merge package malloc into package runtimeRuss Cox1-7/+6
R=r, cw CC=golang-dev http://codereview.appspot.com/198085
2009-01-15printf->Printf etc.Rob Pike1-1/+1
the raw fmt routines will be another, smaller but subtler pass. R=rsc DELTA=157 (0 added, 0 deleted, 157 changed) OCL=22851 CL=22851
2009-01-09simplify flag interface. no more BVal etc. you just get a pointer.Rob Pike1-3/+2
fixed everything except the tutorial. R=rsc DELTA=404 (94 added, 139 deleted, 171 changed) OCL=22414 CL=22422
2008-12-18malloc in runtime (not used by default)Russ Cox1-0/+26
R=r DELTA=1551 (1550 added, 0 deleted, 1 changed) OCL=21404 CL=21538