summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/mheapmap32.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-96/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-8/+8
2010-03-29runtime: a couple more memory stats.Russ Cox1-0/+1
now runtime.MemStats.Sys really is the sum of all the other Sys fields. R=r CC=golang-dev http://codereview.appspot.com/843041
2010-02-25Use consistent types in .h file and .c file.Ian Lance Taylor1-1/+1
R=rsc CC=golang-dev http://codereview.appspot.com/224053
2009-12-07runtime: don't touch pages of memory unnecessarily.Russ Cox1-1/+0
cuts working size for hello world from 6 MB to 1.2 MB. still some work to be done, but diminishing returns. R=r http://codereview.appspot.com/165080
2009-10-15rename sys functions to runtime,Russ Cox1-1/+1
because they are in package runtime. another step to enforcing package boundaries. R=r DELTA=732 (114 added, 93 deleted, 525 changed) OCL=35811 CL=35824
2009-06-09mv src/lib to src/pkgRob Pike1-0/+96
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102