summaryrefslogtreecommitdiff
path: root/test/mallocrep.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-05fix 386 malloc tests,Russ Cox1-2/+5
detect 386 darwin breakpoint line. R=r DELTA=22 (4 added, 0 deleted, 18 changed) OCL=29929 CL=29944
2009-01-16convert tests; nothing interesting.Russ Cox1-7/+7
R=r OCL=23012 CL=23014
2009-01-09simplify flag interface. no more BVal etc. you just get a pointer.Rob Pike1-6/+5
fixed everything except the tutorial. R=rsc DELTA=404 (94 added, 139 deleted, 171 changed) OCL=22414 CL=22422
2008-12-19malloc bug fixes.Russ Cox1-1/+3
use malloc by default. free stacks. R=r DELTA=424 (333 added, 29 deleted, 62 changed) OCL=21553 CL=21584
2008-12-18malloc in runtime (not used by default)Russ Cox1-0/+56
R=r DELTA=1551 (1550 added, 0 deleted, 1 changed) OCL=21404 CL=21538