aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mcache.c
AgeCommit message (Expand)Author
2014-11-11[dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox
2014-09-24cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox
2014-09-19runtime: add runtimeĀ· prefix to some static variablesRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox
2008-12-19malloc bug fixes.Russ Cox
2008-12-18malloc in runtime (not used by default)Russ Cox