aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mem.c
AgeCommit message (Expand)Author
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox
2009-03-30more 386 runtime - can run tiny c programs.Russ Cox
2009-02-06closures - runtime and debugger support, test caseRuss 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-05add support for ref counts to memory allocator.Russ Cox