aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/heapdump.go
AgeCommit message (Expand)Author
2020-10-30runtime: add world-stopped assertionsMichael Pratt
2020-10-26runtime: implement dumpmemstats in terms of readmemstats_mMichael Anthony Knyszek
2020-10-26runtime: remove memstats.heap_allocMichael Anthony Knyszek
2020-10-26runtime: remove memstats.heap_idleMichael Anthony Knyszek
2020-10-26runtime: break down memstats.gc_sysMichael Anthony Knyszek
2020-10-26runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek
2020-08-17runtime: move checkmarks to a separate bitmapAustin Clements
2019-10-31runtime: atomically set span state and use as publication barrierAustin Clements
2019-10-28runtime: fix dumpgoroutine() to deal with open-coded defersDan Scales
2019-03-25runtime: remove kindNoPointersKeith Randall
2018-11-05runtime: clean up MSpan* MCache* MCentral* in docsMichael Anthony Knyszek
2018-10-02runtime: add a more stable isSystemGoroutine modeAustin Clements
2018-09-26runtime: rename _MSpan* constants to mSpan*Austin Clements
2018-05-03runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder
2018-04-29runtime: iterate over set bits in adjustpointersJosh Bleecher Snyder
2018-04-29runtime: use entry stack map at function entryAustin Clements
2018-03-13Revert "runtime: convert g.waitreason from string to uint8"Josh Bleecher Snyder
2018-03-12runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder
2018-02-23runtime: support a two-level arena mapAustin Clements
2018-02-23runtime: don't assume arena is in address orderAustin Clements
2018-02-21runtime: abstract indexing of arena indexAustin Clements
2018-02-15runtime: eliminate most uses of mheap_.arena_*Austin Clements
2017-09-28runtime: delete unused function dumpbvtypesMarvin Stenger
2017-03-06runtime: avoid repeated findmoduledatap callsAustin Clements
2017-03-04runtime: remove unused gcstatsAustin Clements
2017-02-09time: optimize Now on darwin, windowsRuss Cox
2016-10-28runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements
2016-10-25runtime: eliminate mheap.nspan and use range loopsAustin Clements
2016-10-25runtime: consolidate h_allspans and mheap_.allspansAustin Clements
2016-10-24runtime: make mspan.isFree do what's on the tinAustin Clements
2016-04-30runtime: reclaim scan/dead bit in first wordAustin Clements
2016-04-29[dev.garbage] runtime: use s.base() everywhere it makes senseAustin Clements
2016-04-27[dev.garbage] Merge remote-tracking branch 'origin/master' into HEADRick Hudson
2016-04-27[dev.garbage] runtime: allocate directly from GC mark bitsRick Hudson
2016-04-22cmd/compile, etc: use nameOff in uncommonTypeDavid Crawshaw
2016-04-22cmd/compile, etc: use nameOff for rtype stringDavid Crawshaw
2016-04-13cmd/compile, etc: use name for type pkgPathDavid Crawshaw
2016-04-11runtime: remove remaining references to TheCharJeremy Jackins
2016-03-15runtime: update link to WriteHeapDump formatMichael Matloob
2016-03-08cmd/compile: remove rtype *uncommonType fieldDavid Crawshaw
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-26cmd/compile: remove uncommonType.nameDavid Crawshaw
2016-02-25cmd/compile: remove rtype.ptrToThisDavid Crawshaw
2016-02-24cmd/compile: embed type string header in rtypeDavid Crawshaw
2016-01-25runtime: update heap dumper header to 1.6.Keith Randall
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-10-22runtime: add pcvalue cache to improve stack scan speedAustin Clements
2015-10-21runtime: make iface/eface handling more type safeMatthew Dempsky