aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/malloc.h
AgeCommit message (Expand)Author
2014-11-11[dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox
2014-10-28runtime: add PauseEnd array to MemStats and GCStatsJens Frederich
2014-10-03cmd/cc, runtime: disallow structs without tagsRuss Cox
2014-09-24cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox
2014-09-17runtime: account for tiny allocs, for testing.AllocsPerRunRuss Cox
2014-09-16runtime: remove uses of ScanConservativelyRuss Cox
2014-09-16runtime: remove untyped allocation of ParForRuss Cox
2014-09-12runtime: tell the truth about BitVector typeRuss Cox
2014-09-12runtime: look up arg stackmap for makeFuncStub/methodValueStub during tracebackRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox
2009-03-30more 386 runtime - can run tiny c programs.Russ Cox
2009-03-24split heapmap, which is specific to 64-bit pointer addresses,Russ Cox
2009-03-20embarassing bug in allocator:Russ Cox
2009-01-28Use explicit allspan list instead ofRuss Cox
2009-01-26gc #0. mark and sweep collector.Russ Cox
2009-01-14Add cgo2c program to translate mixed Go/C code into C. ThisIan Lance Taylor
2009-01-13Tweak code to make it easier to compile with gcc.Ian Lance Taylor
2009-01-08Remove duplicate typedef declarations.Ian Lance Taylor
2008-12-19malloc bug fixes.Russ Cox
2008-12-18malloc in runtime (not used by default)Russ Cox