summaryrefslogtreecommitdiff
path: root/src/runtime/mem.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-8/+10
* [dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox2014-11-111-1/+5
* runtime: add PauseEnd array to MemStats and GCStatsJens Frederich2014-10-281-1/+2
* runtime: fix LastGC commentRuss Cox2014-09-241-2/+2
* runtime: account for tiny allocs, for testing.AllocsPerRunRuss Cox2014-09-171-1/+1
* runtime: always run semacquire on the G stackKeith Randall2014-09-161-1/+36
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+72