aboutsummaryrefslogtreecommitdiff
path: root/test/mallocrep1.go
AgeCommit message (Expand)Author
2012-02-19runtime: APIRuss Cox
2012-02-16test: use testlib (final 61)Russ Cox
2012-02-06runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).Rémy Oudompheng
2011-07-22runtime: add UpdateMemStats, use in testsRuss Cox
2011-07-18runtime: add per-M caches for MemStatsDmitriy Vyukov
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-09-15last round: non-package codeRuss Cox
2009-06-05fix 386 malloc tests,Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-16Change malloc.Lookup to return the size as uintptr rather thanIan Lance Taylor
2009-01-15convert strconvRuss Cox
2009-01-15printf->Printf etc.Rob Pike
2009-01-09simplify flag interface. no more BVal etc. you just get a pointer.Rob Pike
2009-01-06new new & makeRuss Cox
2008-12-19[] and struct in interfaces.Russ Cox
2008-12-19malloc bug fixes.Russ Cox