aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mstats.go
AgeCommit message (Expand)Author
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