summaryrefslogtreecommitdiff
path: root/src/runtime/mcache.c
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox2014-11-111-115/+0
* cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-241-1/+1
* runtime: add runtime? prefix to some static variablesRuss Cox2014-09-191-5/+5
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+115
* move src/runtime -> src/lib/runtime;Russ Cox2009-06-061-105/+0
* malloc bug fixes.Russ Cox2008-12-191-11/+55
* malloc in runtime (not used by default)Russ Cox2008-12-181-0/+61