aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/heapdump.go
AgeCommit message (Expand)Author
2021-09-27runtime: convert _func.entry to a methodJosh Bleecher Snyder
2021-07-30[dev.typeparams] runtime: use func() for deferred functionsAustin Clements
2021-06-17[dev.typeparams] runtime/internal/sys: replace uses of GOARCH with goarch.GOARCHMichael Anthony Knyszek
2021-06-17[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek
2021-06-16[dev.typeparams] Revert "[dev.typeparams] runtime: make deferproc take a func...Cherry Mui
2021-06-08[dev.typeparams] runtime: make deferproc take a func() argumentCherry Mui
2021-04-08runtime: drop haveexperiment, sys.GOEXPERIMENTAustin Clements
2021-03-11cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky
2021-03-05runtime: encapsulate access to allgsMichael Pratt
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