aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mstats.go
AgeCommit message (Expand)Author
2016-11-03runtime: 8-byte align the heap_live field for atomic accessVladimir Stefanovic
2016-10-28runtime: parallelize STW mcache flushingAustin Clements
2016-10-25runtime: eliminate mheap.nspan and use range loopsAustin Clements
2016-10-25runtime: consolidate h_allspans and mheap_.allspansAustin Clements
2016-10-07runtime: make next_gc ^0 when GC is disabledAustin Clements
2016-09-26runtime: document MemStatsAustin Clements
2016-09-26runtime: eliminate memstats.heap_reachableAustin Clements
2016-09-26runtime: disentangle next_gc from GC triggerAustin Clements
2016-04-27[dev.garbage] runtime: replace ref with allocCountRick Hudson
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-21all: use cannot instead of can notJosh Bleecher Snyder
2015-12-15runtime: fix (sometimes major) underestimation of heap_liveAustin Clements
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-11-12runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)Matthew Dempsky
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-07-29runtime: report GC CPU utilization in MemStatsAustin Clements
2015-05-18runtime: disallow preemption during startTheWorldAustin Clements
2015-05-18runtime: factor stoptheworld/starttheworld patternAustin Clements
2015-05-06runtime: track "scannable" bytes of heapAustin Clements
2015-04-27runtime: fix stack use accountingAustin Clements
2015-04-24runtime: implement xadduintptr and update system mstats using itSrdjan Petrovic
2015-04-22runtime: use reachable heap estimate to set trigger/goalAustin Clements
2015-04-21runtime: implement GC scan work estimatorAustin Clements
2015-04-06runtime: introduce heap_live; replace use of heap_alloc in GCAustin Clements
2015-04-02runtime: improve MemStats commentsAustin Clements
2015-03-11runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h filesKeith Randall
2015-02-19runtime: reorganize memory codeRuss Cox