index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
mallocrep.go
Age
Commit message (
Expand
)
Author
2012-02-19
runtime: API
Russ Cox
2012-02-16
test: use testlib (fourth 100)
Russ Cox
2012-02-06
runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).
Rémy Oudompheng
2011-10-06
runtime: faster finalizers
Dmitriy Vyukov
2011-07-22
runtime: add UpdateMemStats, use in tests
Russ Cox
2011-07-18
runtime: add per-M caches for MemStats
Dmitriy Vyukov
2010-09-10
test: Run garbage collector before testing malloc numbers.
Ian Lance Taylor
2010-09-04
test: remove semiocolons.
Rob Pike
2010-03-30
single argument panic
Russ Cox
2010-03-24
delete all uses of panicln by rewriting them using panic or,
Rob Pike
2010-03-24
runtime: malloc sampling, pprof interface
Russ Cox
2010-02-03
finalizers; merge package malloc into package runtime
Russ Cox
2009-10-09
time tests; sort -nr times.out | sed 10q is illuminating.
Russ Cox
2009-06-05
fix 386 malloc tests,
Russ Cox
2009-01-16
convert tests; nothing interesting.
Russ Cox
2009-01-09
simplify flag interface. no more BVal etc. you just get a pointer.
Rob Pike
2008-12-19
malloc bug fixes.
Russ Cox
2008-12-18
malloc in runtime (not used by default)
Russ Cox