summaryrefslogtreecommitdiff
path: root/src/runtime/mcentral.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.garbage] runtime: reintroduce no-zeroing optimizationAustin Clements2016-04-291-1/+1
* [dev.garbage] runtime: remove unused head/end arguments from freeSpanAustin Clements2016-04-291-1/+1
* [dev.garbage] runtime: cleanup and optimize span.base()Rick Hudson2016-04-271-1/+1
* [dev.garbage] runtime: add bit and cache ctz64 (count trailing zero)Rick Hudson2016-04-271-11/+20
* [dev.garbage] runtime: replace ref with allocCountRick Hudson2016-04-271-8/+8
* [dev.garbage] runtime: allocate directly from GC mark bitsRick Hudson2016-04-271-27/+8
* [dev.garbage] runtime: mark/allocation helper functionsRick Hudson2016-04-271-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* runtime: remove unnecessary clears of the heap bitmapAustin Clements2016-02-251-1/+0
* runtime: fix (sometimes major) underestimation of heap_liveAustin Clements2015-12-151-0/+12
* runtime: deduct correct sweep creditAustin Clements2015-12-151-1/+2
* runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)Matthew Dempsky2015-11-121-25/+25
* runtime: fix over-aggressive proportional sweepAustin Clements2015-11-111-0/+4
* runtime: break atomics out into package runtime/internal/atomicMichael Matloob2015-11-101-4/+6
* runtime: add mSpanList type to represent lists of mspansMatthew Dempsky2015-10-221-11/+11
* runtime: make sweep proportional to spans bytes allocatedAustin Clements2015-08-041-17/+2
* runtime: finish sweeping before concurrent GC startsAustin Clements2015-04-211-0/+18
* runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h filesKeith Randall2015-03-111-1/+1
* runtime: Remove boundary bit logic.Rick Hudson2015-03-041-1/+1
* runtime: reorganize memory codeRuss Cox2015-02-191-0/+8
* runtime: factor out bitmap, finalizer code from malloc/mgcRuss Cox2015-01-191-4/+2
* runtime: rename gothrow to throwKeith Randall2014-12-281-6/+6
* [dev.garbage] runtime: Turn concurrent GC on by default. Avoid write barriers...Rick Hudson2014-11-201-13/+17
* [dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox2014-11-111-0/+199