summaryrefslogtreecommitdiff
path: root/src/runtime/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-241-23/+0
* runtime: delete panicstring; move its checks into gopanicRuss Cox2014-09-181-1/+1
* runtime: account for tiny allocs, for testing.AllocsPerRunRuss Cox2014-09-171-1/+4
* runtime: remove untyped allocation of ParForRuss Cox2014-09-161-8/+0
* runtime: remove duplicated Go constantsRuss Cox2014-09-161-3/+3
* runtime: merge mallocgc, gomallocgcRuss Cox2014-09-091-15/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+439
* move src/runtime -> src/lib/runtime;Russ Cox2009-06-061-308/+0
* 386-related fixes and guardsRuss Cox2009-06-041-3/+8
* Fix godoc deadlock.Russ Cox2009-05-291-2/+9
* more 386 runtime - can run tiny c programs.Russ Cox2009-03-301-22/+6
* build nitsRuss Cox2009-02-151-2/+2
* fix gc bug. i think this is tgs's second bug.Russ Cox2009-02-111-3/+6
* tgs's gc bug.Russ Cox2009-02-061-3/+10
* closures - runtime and debugger support, test caseRuss Cox2009-02-061-1/+1
* Use explicit allspan list instead ofRuss Cox2009-01-281-1/+1
* gc #0. mark and sweep collector.Russ Cox2009-01-261-15/+58
* Add cgo2c program to translate mixed Go/C code into C. ThisIan Lance Taylor2009-01-141-35/+0
* Add USED declarations for SysUnused parameters.Ian Lance Taylor2009-01-131-0/+2
* Tweak code to make it easier to compile with gcc.Ian Lance Taylor2009-01-131-8/+15
* free(nil)Russ Cox2009-01-091-0/+3
* malloc bug fixes.Russ Cox2008-12-191-14/+127
* malloc in runtime (not used by default)Russ Cox2008-12-181-0/+169