aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mcentral.c
AgeCommit message (Expand)Author
2014-11-11[dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox
2009-01-26gc #0. mark and sweep collector.Russ Cox
2009-01-13Tweak code to make it easier to compile with gcc.Ian Lance Taylor
2008-12-19malloc bug fixes.Russ Cox
2008-12-18malloc in runtime (not used by default)Russ Cox