1
0
mirror of https://github.com/golang/go synced 2024-09-25 07:20:12 -06:00
go/usr/rsc/mem
Russ Cox 3f8aa662e9 add support for ref counts to memory allocator.
mark and sweep, stop the world garbage collector
(intermediate step in the way to ref counting).
can run pretty with an explicit gc after each file.

R=r
DELTA=502  (346 added, 143 deleted, 13 changed)
OCL=20630
CL=20635
2008-12-05 15:24:18 -08:00
..
allocator.go add support for ref counts to memory allocator. 2008-12-05 15:24:18 -08:00
Makefile add support for ref counts to memory allocator. 2008-12-05 15:24:18 -08:00
malloc.c add support for ref counts to memory allocator. 2008-12-05 15:24:18 -08:00
malloc.h add support for ref counts to memory allocator. 2008-12-05 15:24:18 -08:00
mem.c add support for ref counts to memory allocator. 2008-12-05 15:24:18 -08:00
pagemap.c First pieces of malloc. 2008-11-17 12:32:35 -08:00
testrandom.go add support for ref counts to memory allocator. 2008-12-05 15:24:18 -08:00
testrepeat.go First pieces of malloc. 2008-11-17 12:32:35 -08:00
testsizetoclass.go First pieces of malloc. 2008-11-17 12:32:35 -08:00
triv.c malloc fixes. 2008-12-04 21:04:26 -08:00