aboutsummaryrefslogtreecommitdiff
path: root/test/mallocrep.go
AgeCommit message (Expand)Author
2012-02-19runtime: APIRuss Cox
2012-02-16test: use testlib (fourth 100)Russ Cox
2012-02-06runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).Rémy Oudompheng
2011-10-06runtime: faster finalizersDmitriy Vyukov
2011-07-22runtime: add UpdateMemStats, use in testsRuss Cox
2011-07-18runtime: add per-M caches for MemStatsDmitriy Vyukov
2010-09-10test: Run garbage collector before testing malloc numbers.Ian Lance Taylor
2010-09-04test: remove semiocolons.Rob Pike
2010-03-30single argument panicRuss Cox
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike
2010-03-24runtime: malloc sampling, pprof interfaceRuss Cox
2010-02-03finalizers; merge package malloc into package runtimeRuss Cox
2009-10-09time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox
2009-06-05fix 386 malloc tests,Russ Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-09simplify flag interface. no more BVal etc. you just get a pointer.Rob Pike
2008-12-19malloc bug fixes.Russ Cox
2008-12-18malloc in runtime (not used by default)Russ Cox