summaryrefslogtreecommitdiff
path: root/src/runtime/mstats.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: 8-byte align the heap_live field for atomic accessVladimir Stefanovic2016-11-031-0/+7
* runtime: parallelize STW mcache flushingAustin Clements2016-10-281-11/+24
* runtime: eliminate mheap.nspan and use range loopsAustin Clements2016-10-251-2/+1
* runtime: consolidate h_allspans and mheap_.allspansAustin Clements2016-10-251-1/+1
* runtime: make next_gc ^0 when GC is disabledAustin Clements2016-10-071-1/+1
* runtime: document MemStatsAustin Clements2016-09-261-49/+288
* runtime: eliminate memstats.heap_reachableAustin Clements2016-09-261-4/+0
* runtime: disentangle next_gc from GC triggerAustin Clements2016-09-261-1/+8
* [dev.garbage] runtime: replace ref with allocCountRick Hudson2016-04-271-3/+3
* runtime: eliminate unnecessary type conversionsMatthew Dempsky2016-03-071-2/+2
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* all: use cannot instead of can notJosh Bleecher Snyder2016-02-211-2/+2
* runtime: fix (sometimes major) underestimation of heap_liveAustin Clements2015-12-151-8/+23
* runtime: break out system-specific constants into package sysMichael Matloob2015-11-121-2/+3
* runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)Matthew Dempsky2015-11-121-1/+1
* runtime: break atomics out into package runtime/internal/atomicMichael Matloob2015-11-101-5/+8
* runtime: report GC CPU utilization in MemStatsAustin Clements2015-07-291-17/+19
* runtime: disallow preemption during startTheWorldAustin Clements2015-05-181-2/+0
* runtime: factor stoptheworld/starttheworld patternAustin Clements2015-05-181-13/+4
* runtime: track "scannable" bytes of heapAustin Clements2015-05-061-0/+7
* runtime: fix stack use accountingAustin Clements2015-04-271-1/+1
* runtime: implement xadduintptr and update system mstats using itSrdjan Petrovic2015-04-241-0/+38
* runtime: use reachable heap estimate to set trigger/goalAustin Clements2015-04-221-0/+4
* runtime: implement GC scan work estimatorAustin Clements2015-04-211-0/+6
* runtime: introduce heap_live; replace use of heap_alloc in GCAustin Clements2015-04-061-1/+9
* runtime: improve MemStats commentsAustin Clements2015-04-021-4/+4
* runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h filesKeith Randall2015-03-111-3/+0
* runtime: reorganize memory codeRuss Cox2015-02-191-0/+340