summaryrefslogtreecommitdiff
path: root/src/runtime/mheap.c
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+885
* move src/runtime -> src/lib/runtime;Russ Cox2009-06-061-333/+0
* split heapmap, which is specific to 64-bit pointer addresses,Russ Cox2009-03-241-107/+0
* fix gc bug. i think this is tgs's second bug.Russ Cox2009-02-111-0/+2
* Use explicit allspan list instead ofRuss Cox2009-01-281-7/+17
* gc #0. mark and sweep collector.Russ Cox2009-01-261-0/+53
* Tweak code to make it easier to compile with gcc.Ian Lance Taylor2009-01-131-4/+3
* malloc bug fixes.Russ Cox2008-12-191-3/+18
* malloc in runtime (not used by default)Russ Cox2008-12-181-0/+361