summaryrefslogtreecommitdiff
path: root/src/runtime/mem.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox1-75/+0
2009-03-30more 386 runtime - can run tiny c programs.Russ Cox1-11/+1
2009-02-06closures - runtime and debugger support, test caseRuss Cox1-2/+2
2009-01-13Tweak code to make it easier to compile with gcc.Ian Lance Taylor1-4/+4
2008-12-19malloc bug fixes.Russ Cox1-12/+1
2008-12-05add support for ref counts to memory allocator.Russ Cox1-0/+96