summaryrefslogtreecommitdiff
path: root/src/runtime/heapdump.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: trivial replacements of _g_ in GC filesMichael Pratt2022-08-021-4/+4
* runtime: remove intermediate fields in memstats for ReadMemStatsMichael Anthony Knyszek2022-03-311-5/+0
* runtime: convert _func.entry to a methodJosh Bleecher Snyder2021-09-271-3/+3
* [dev.typeparams] runtime: use func() for deferred functionsAustin Clements2021-07-301-2/+3
* [dev.typeparams] runtime/internal/sys: replace uses of GOARCH with goarch.GOARCHMichael Anthony Knyszek2021-06-171-2/+1
* [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek2021-06-171-7/+8
* [dev.typeparams] Revert "[dev.typeparams] runtime: make deferproc take a func...Cherry Mui2021-06-161-4/+3
* [dev.typeparams] runtime: make deferproc take a func() argumentCherry Mui2021-06-081-3/+4
* runtime: drop haveexperiment, sys.GOEXPERIMENTAustin Clements2021-04-081-1/+1
* cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky2021-03-111-1/+1
* runtime: encapsulate access to allgsMichael Pratt2021-03-051-3/+4
* runtime: add world-stopped assertionsMichael Pratt2020-10-301-0/+15
* runtime: implement dumpmemstats in terms of readmemstats_mMichael Anthony Knyszek2020-10-261-32/+44
* runtime: remove memstats.heap_allocMichael Anthony Knyszek2020-10-261-1/+1
* runtime: remove memstats.heap_idleMichael Anthony Knyszek2020-10-261-1/+1
* runtime: break down memstats.gc_sysMichael Anthony Knyszek2020-10-261-1/+4
* runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek2020-10-261-7/+7
* runtime: move checkmarks to a separate bitmapAustin Clements2020-08-171-1/+1
* runtime: atomically set span state and use as publication barrierAustin Clements2019-10-311-4/+4
* runtime: fix dumpgoroutine() to deal with open-coded defersDan Scales2019-10-281-1/+6
* runtime: remove kindNoPointersKeith Randall2019-03-251-1/+1
* runtime: clean up MSpan* MCache* MCentral* in docsMichael Anthony Knyszek2018-11-051-2/+2
* runtime: add a more stable isSystemGoroutine modeAustin Clements2018-10-021-1/+1
* runtime: rename _MSpan* constants to mSpan*Austin Clements2018-09-261-4/+4
* runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder2018-05-031-2/+2
* runtime: iterate over set bits in adjustpointersJosh Bleecher Snyder2018-04-291-3/+2
* runtime: use entry stack map at function entryAustin Clements2018-04-291-1/+2
* Revert "runtime: convert g.waitreason from string to uint8"Josh Bleecher Snyder2018-03-131-2/+2
* runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder2018-03-121-2/+2
* runtime: support a two-level arena mapAustin Clements2018-02-231-3/+9
* runtime: don't assume arena is in address orderAustin Clements2018-02-231-3/+6
* runtime: abstract indexing of arena indexAustin Clements2018-02-211-2/+2
* runtime: eliminate most uses of mheap_.arena_*Austin Clements2018-02-151-2/+11
* runtime: delete unused function dumpbvtypesMarvin Stenger2017-09-281-18/+0
* runtime: avoid repeated findmoduledatap callsAustin Clements2017-03-061-1/+1
* runtime: remove unused gcstatsAustin Clements2017-03-041-1/+1
* time: optimize Now on darwin, windowsRuss Cox2017-02-091-1/+1
* runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements2016-10-281-1/+1
* runtime: eliminate mheap.nspan and use range loopsAustin Clements2016-10-251-10/+4
* runtime: consolidate h_allspans and mheap_.allspansAustin Clements2016-10-251-4/+4
* runtime: make mspan.isFree do what's on the tinAustin Clements2016-10-241-1/+1
* runtime: reclaim scan/dead bit in first wordAustin Clements2016-04-301-1/+1
* [dev.garbage] runtime: use s.base() everywhere it makes senseAustin Clements2016-04-291-3/+3
* [dev.garbage] Merge remote-tracking branch 'origin/master' into HEADRick Hudson2016-04-271-4/+5
|\
| * cmd/compile, etc: use nameOff in uncommonTypeDavid Crawshaw2016-04-221-2/+2
| * cmd/compile, etc: use nameOff for rtype stringDavid Crawshaw2016-04-221-1/+1
| * cmd/compile, etc: use name for type pkgPathDavid Crawshaw2016-04-131-2/+3
| * runtime: remove remaining references to TheCharJeremy Jackins2016-04-111-1/+1
* | [dev.garbage] runtime: allocate directly from GC mark bitsRick Hudson2016-04-271-3/+7
|/
* runtime: update link to WriteHeapDump formatMichael Matloob2016-03-151-1/+1