aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mem.go
AgeCommit message (Expand)Author
2022-03-31runtime: add wrappers for sys* functions and consolidate docsMichael Anthony Knyszek
2015-02-19runtime: reorganize memory codeRuss Cox
2015-02-02runtime: rename m.gcing to m.preemptoff and make it a stringAustin Clements
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-23runtime: remove thunk.sRuss Cox
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox
2014-10-28runtime: add PauseEnd array to MemStats and GCStatsJens Frederich
2014-09-24runtime: fix LastGC commentRuss Cox
2014-09-17runtime: account for tiny allocs, for testing.AllocsPerRunRuss Cox
2014-09-16runtime: always run semacquire on the G stackKeith Randall
2014-09-08build: move package sources from src/pkg to srcRuss Cox