summaryrefslogtreecommitdiff
path: root/src/runtime/mfixalloc.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix a few typos in commentsJerrin Shaji George2018-02-231-1/+1
* runtime: redo insert/remove of large spansRick Hudson2017-03-291-5/+5
* runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements2016-10-281-1/+1
* runtime: make fixalloc zero allocations on reuseAustin Clements2016-10-281-1/+10
* runtime: mark several types go:notinheapAustin Clements2016-10-151-0/+4
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: use cannot instead of can notJosh Bleecher Snyder2016-02-211-2/+2
* runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)Matthew Dempsky2015-11-121-3/+3
* runtime: change fixalloc's chunk field to unsafe.PointerMatthew Dempsky2015-10-221-4/+4
* runtime: remove some unnecessary unsafe code in mfixallocMatthew Dempsky2015-10-171-5/+4
* runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x)Matthew Dempsky2015-10-151-1/+1
* runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h filesKeith Randall2015-03-111-1/+1
* runtime: reorganize memory codeRuss Cox2015-02-191-0/+28
* runtime: rename gothrow to throwKeith Randall2014-12-281-1/+1
* [dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox2014-11-111-0/+59