summaryrefslogtreecommitdiff
path: root/test/mallocrand.go
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-5/+5
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-2/+4
2010-02-03finalizers; merge package malloc into package runtimeRuss Cox1-39/+43
2009-10-09time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox1-1/+1
2009-06-05fix 386 malloc tests,Russ Cox1-7/+7
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-1/+1
2009-01-20delete exportRuss Cox1-1/+1
2009-01-16convert tests; nothing interesting.Russ Cox1-3/+3
2009-01-09simplify flag interface. no more BVal etc. you just get a pointer.Rob Pike1-4/+3
2008-12-18malloc in runtime (not used by default)Russ Cox1-0/+86