summaryrefslogtreecommitdiff
path: root/src/lib/malloc.go
AgeCommit message (Collapse)AuthorFilesLines
2009-01-26gc #0. mark and sweep collector.Russ Cox1-5/+10
R=r,gri DELTA=472 (423 added, 2 deleted, 47 changed) OCL=23522 CL=23541
2009-01-20delete exportRuss Cox1-5/+5
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox1-2/+2
R=r OCL=23012 CL=23014
2009-01-16Change malloc.Lookup to return the size as uintptr rather thanIan Lance Taylor1-1/+1
uint64. This changes the Go code to be consistent with the C code. R=rsc DELTA=6 (0 added, 0 deleted, 6 changed) OCL=22983 CL=22987
2009-01-16casify miscRuss Cox1-1/+1
R=r DELTA=247 (20 added, 50 deleted, 177 changed) OCL=22951 CL=22955
2008-12-19malloc bug fixes.Russ Cox1-1/+1
use malloc by default. free stacks. R=r DELTA=424 (333 added, 29 deleted, 62 changed) OCL=21553 CL=21584
2008-12-18malloc in runtime (not used by default)Russ Cox1-0/+19
R=r DELTA=1551 (1550 added, 0 deleted, 1 changed) OCL=21404 CL=21538