summaryrefslogtreecommitdiff
path: root/test/mallocrep1.go
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-143/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+143
2011-09-13Imported Upstream version 60Ondřej Surý1-138/+0
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-6/+12
2010-03-24runtime: malloc sampling, pprof interfaceRuss Cox1-0/+1
2010-02-03finalizers; merge package malloc into package runtimeRuss Cox1-46/+46
2009-10-09time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox1-2/+6
2009-09-15last round: non-package codeRuss Cox1-1/+1
2009-06-05fix 386 malloc tests,Russ Cox1-7/+7
2009-01-20delete exportRuss Cox1-2/+2
2009-01-16convert tests; nothing interesting.Russ Cox1-11/+11
2009-01-16Change malloc.Lookup to return the size as uintptr rather thanIan Lance Taylor1-5/+5
2009-01-15convert strconvRuss Cox1-1/+1
2009-01-15printf->Printf etc.Rob Pike1-3/+3
2009-01-09simplify flag interface. no more BVal etc. you just get a pointer.Rob Pike1-11/+8
2009-01-06new new & makeRuss Cox1-1/+1
2008-12-19[] and struct in interfaces.Russ Cox1-1/+1
2008-12-19malloc bug fixes.Russ Cox1-0/+130