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