summaryrefslogtreecommitdiff
path: root/test/mallocrand.go
Commit message (Expand)AuthorAgeFilesLines
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-2/+4
* finalizers; merge package malloc into package runtimeRuss Cox2010-02-031-39/+43
* time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox2009-10-091-1/+1
* fix 386 malloc tests,Russ Cox2009-06-051-7/+7
* Automated g4 rollback of changelist 25024,Russ Cox2009-03-031-1/+1
* delete exportRuss Cox2009-01-201-1/+1
* convert tests; nothing interesting.Russ Cox2009-01-161-3/+3
* simplify flag interface. no more BVal etc. you just get a pointer.Rob Pike2009-01-091-4/+3
* malloc in runtime (not used by default)Russ Cox2008-12-181-0/+86