aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mcentral.go
AgeCommit message (Expand)Author
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-25runtime: remove unnecessary clears of the heap bitmapAustin Clements
2015-12-15runtime: fix (sometimes major) underestimation of heap_liveAustin Clements
2015-12-15runtime: deduct correct sweep creditAustin Clements
2015-11-12runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)Matthew Dempsky
2015-11-11runtime: fix over-aggressive proportional sweepAustin Clements
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-10-22runtime: add mSpanList type to represent lists of mspansMatthew Dempsky
2015-08-04runtime: make sweep proportional to spans bytes allocatedAustin Clements
2015-04-21runtime: finish sweeping before concurrent GC startsAustin Clements
2015-03-11runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h filesKeith Randall
2015-03-04runtime: Remove boundary bit logic.Rick Hudson
2015-02-19runtime: reorganize memory codeRuss Cox
2015-01-19runtime: factor out bitmap, finalizer code from malloc/mgcRuss Cox
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-20[dev.garbage] runtime: Turn concurrent GC on by default. Avoid write barriers...Rick Hudson
2014-11-11[dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox