summaryrefslogtreecommitdiff
path: root/src/runtime/malloc.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-0/+621
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox1-308/+0
2009-03-30more 386 runtime - can run tiny c programs.Russ Cox1-2/+5
2009-03-24split heapmap, which is specific to 64-bit pointer addresses,Russ Cox1-94/+1
2009-03-20embarassing bug in allocator:Russ Cox1-1/+1
2009-01-28Use explicit allspan list instead ofRuss Cox1-3/+11
2009-01-26gc #0. mark and sweep collector.Russ Cox1-4/+24
2009-01-14Add cgo2c program to translate mixed Go/C code into C. ThisIan Lance Taylor1-0/+4
2009-01-13Tweak code to make it easier to compile with gcc.Ian Lance Taylor1-1/+1
2009-01-08Remove duplicate typedef declarations.Ian Lance Taylor1-7/+0
2008-12-19malloc bug fixes.Russ Cox1-5/+14
2008-12-18malloc in runtime (not used by default)Russ Cox1-0/+364