aboutsummaryrefslogtreecommitdiff
path: root/src/lib/malloc.go
AgeCommit message (Expand)Author
2009-05-05directory-per-package step 1: move files from lib/X.go to lib/X/X.goRob Pike
2009-01-26gc #0. mark and sweep collector.Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-16Change malloc.Lookup to return the size as uintptr rather thanIan Lance Taylor
2009-01-16casify miscRuss Cox
2008-12-19malloc bug fixes.Russ Cox
2008-12-18malloc in runtime (not used by default)Russ Cox