summaryrefslogtreecommitdiff
path: root/test/mallocrep.go
Commit message (Expand)AuthorAgeFilesLines
* single argument panicRuss Cox2010-03-301-1/+2
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-2/+4
* runtime: malloc sampling, pprof interfaceRuss Cox2010-03-241-1/+2
* finalizers; merge package malloc into package runtimeRuss Cox2010-02-031-23/+24
* time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox2009-10-091-1/+1
* fix 386 malloc tests,Russ Cox2009-06-051-2/+5
* convert tests; nothing interesting.Russ Cox2009-01-161-7/+7
* simplify flag interface. no more BVal etc. you just get a pointer.Rob Pike2009-01-091-6/+5
* malloc bug fixes.Russ Cox2008-12-191-1/+3
* malloc in runtime (not used by default)Russ Cox2008-12-181-0/+56