aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mfixalloc.go
AgeCommit message (Expand)Author
2020-10-26runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek
2018-11-05runtime: clean up MSpan* MCache* MCentral* in docsMichael Anthony Knyszek
2018-02-23runtime: fix a few typos in commentsJerrin Shaji George
2017-03-29runtime: redo insert/remove of large spansRick Hudson
2016-10-28runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements
2016-10-28runtime: make fixalloc zero allocations on reuseAustin Clements
2016-10-15runtime: mark several types go:notinheapAustin Clements
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-21all: use cannot instead of can notJosh Bleecher Snyder
2015-11-12runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)Matthew Dempsky
2015-10-22runtime: change fixalloc's chunk field to unsafe.PointerMatthew Dempsky
2015-10-17runtime: remove some unnecessary unsafe code in mfixallocMatthew Dempsky
2015-10-15runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x)Matthew Dempsky
2015-03-11runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h filesKeith Randall
2015-02-19runtime: reorganize memory codeRuss Cox
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-11[dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox