summaryrefslogtreecommitdiff
path: root/src/runtime/malloc.go
Commit message (Expand)AuthorAgeFilesLines
* runtime/pprof: disable new memory testRuss Cox2014-10-161-0/+2
* runtime: remove type-punning for Type.gc[0], gc[1]Russ Cox2014-10-071-1/+1
* runtime: update docs, code for SetFinalizerRuss Cox2014-10-061-14/+23
* runtime: account for tiny allocs, for testing.AllocsPerRunRuss Cox2014-09-171-1/+1
* runtime: use traceback to traverse defer structuresRuss Cox2014-09-161-0/+10
* runtime: remove duplicated Go constantsRuss Cox2014-09-161-28/+20
* runtime: move gosched to Go, to add stack frame informationRuss Cox2014-09-111-1/+1
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-2/+2
* runtime: merge mallocgc, gomallocgcRuss Cox2014-09-091-10/+9
* runtime: note the double-releasem isn't an error.Keith Randall2014-09-081-0/+4
* runtime: a few cleanups.Keith Randall2014-09-081-0/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+814