summaryrefslogtreecommitdiff
path: root/src/runtime/malloc.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbageRuss Cox2014-11-241-2/+9
|\
| * [dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox2014-11-201-61/+40
| |\
| * | runtime: remove assumption that noptrdata data bss noptrbss are ordered and c...Russ Cox2014-11-191-2/+9
* | | [dev.garbage] runtime: Turn concurrent GC on by default. Avoid write barriers...Rick Hudson2014-11-201-7/+7
* | | [dev.garbage] all: merge dev.cc into dev.garbageRuss Cox2014-11-151-77/+57
|\ \ \ | | |/ | |/|
| * | [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-141-59/+38
| |\ \
| | * | [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-28/+19
| | * | [dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox2014-11-111-33/+21
| | |/
* | | [dev.garbage] all: merge default (f38460037b72) into dev.garbageRuss Cox2014-11-141-5/+73
|\ \ \ | |_|/ |/| |
| * | [dev.garbage] runtime: Code to implement write barriersRick Hudson2014-11-101-10/+11
| * | [dev.garbage] runtime: Add gc mark verification pass.Rick Hudson2014-11-041-1/+27
| * | [dev.garbage] cmd/gc, runtime: implement write barriers in terms of writebarr...Russ Cox2014-10-301-0/+33
| * | [dev.garbage] all: merge dev.power64 (5ad5e85cfb99) into dev.garbageRuss Cox2014-10-291-5/+5
| |\ \ | | |/
| | * [dev.power64] all: merge default into dev.power64Austin Clements2014-10-221-5/+5
| | |\
| | | * build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-221-5/+5
| * | | [dev.garbage] runtime: Concurrent scan codeRick Hudson2014-10-241-0/+8
* | | | runtime: make Go and C mallocgc signatures matchAustin Clements2014-11-031-3/+3
| |/ / |/| |
* | | runtime: remove comment that leaked into CL 153710043Russ Cox2014-10-171-2/+0
* | | runtime/pprof: disable new memory testRuss Cox2014-10-161-0/+2
|/ /
* | runtime: remove type-punning for Type.gc[0], gc[1]Russ Cox2014-10-071-1/+1
* | runtime: update docs, code for SetFinalizerRuss Cox2014-10-061-14/+23
* | runtime: account for tiny allocs, for testing.AllocsPerRunRuss Cox2014-09-171-1/+1
* | runtime: use traceback to traverse defer structuresRuss Cox2014-09-161-0/+10
* | runtime: remove duplicated Go constantsRuss Cox2014-09-161-28/+20
* | runtime: move gosched to Go, to add stack frame informationRuss Cox2014-09-111-1/+1
* | runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-2/+2
* | runtime: merge mallocgc, gomallocgcRuss Cox2014-09-091-10/+9
* | runtime: note the double-releasem isn't an error.Keith Randall2014-09-081-0/+4
* | runtime: a few cleanups.Keith Randall2014-09-081-0/+2
|/
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+814