aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/malloc1.go
AgeCommit message (Expand)Author
2015-02-19runtime: reorganize memory codeRuss Cox
2015-02-06all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi
2015-01-28runtime: add tracing of runtime eventsDmitry Vyukov
2015-01-19runtime: factor out bitmap, finalizer code from malloc/mgcRuss Cox
2015-01-19runtime: move write barrier code into mbarrier.goRuss Cox
2015-01-06runtime: allocate wbshadow at high addressRuss Cox
2015-01-06runtime: add GODEBUG wbshadow for finding missing write barriersRuss Cox
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-15runtime: shrink initial arena if reservation failsDavid Crawshaw
2014-11-11[dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox