aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/malloc.go
AgeCommit message (Expand)Author
2014-10-16runtime/pprof: disable new memory testRuss Cox
2014-10-07runtime: remove type-punning for Type.gc[0], gc[1]Russ Cox
2014-10-06runtime: update docs, code for SetFinalizerRuss Cox
2014-09-17runtime: account for tiny allocs, for testing.AllocsPerRunRuss Cox
2014-09-16runtime: use traceback to traverse defer structuresRuss Cox
2014-09-16runtime: remove duplicated Go constantsRuss Cox
2014-09-11runtime: move gosched to Go, to add stack frame informationRuss Cox
2014-09-09runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox
2014-09-09runtime: merge mallocgc, gomallocgcRuss Cox
2014-09-08runtime: note the double-releasem isn't an error.Keith Randall
2014-09-08runtime: a few cleanups.Keith Randall
2014-09-08build: move package sources from src/pkg to srcRuss Cox