summaryrefslogtreecommitdiff
path: root/src/runtime/malloc.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-0/+396
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox1-308/+0
2009-06-04386-related fixes and guardsRuss Cox1-3/+8
2009-05-29Fix godoc deadlock.Russ Cox1-2/+9
2009-03-30more 386 runtime - can run tiny c programs.Russ Cox1-22/+6
2009-02-15build nitsRuss Cox1-2/+2
2009-02-11fix gc bug. i think this is tgs's second bug.Russ Cox1-3/+6
2009-02-06tgs's gc bug.Russ Cox1-3/+10
2009-02-06closures - runtime and debugger support, test caseRuss Cox1-1/+1
2009-01-28Use explicit allspan list instead ofRuss Cox1-1/+1
2009-01-26gc #0. mark and sweep collector.Russ Cox1-15/+58
2009-01-14Add cgo2c program to translate mixed Go/C code into C. ThisIan Lance Taylor1-35/+0
2009-01-13Add USED declarations for SysUnused parameters.Ian Lance Taylor1-0/+2
2009-01-13Tweak code to make it easier to compile with gcc.Ian Lance Taylor1-8/+15
2009-01-09free(nil)Russ Cox1-0/+3
2008-12-19malloc bug fixes.Russ Cox1-14/+127
2008-12-18malloc in runtime (not used by default)Russ Cox1-0/+169