summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/malloc.h
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-37/+178
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-56/+54
2013-06-14Imported Upstream version 1.1.1upstream/1.1.1Ingo Oeser1-0/+1
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-4/+12
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-28/+104
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-31/+28
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+422
2011-09-13Imported Upstream version 60Ondřej Surý1-412/+0
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-18/+25
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-18/+28
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-45/+43
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox1-0/+4
2010-04-09runtime: delete malx, skip_depth argument to mallocRuss Cox1-2/+2
2010-03-29runtime: a couple more memory stats.Russ Cox1-0/+2
2010-03-29runtime: more malloc statisticsRuss Cox1-9/+31
2010-03-26runtime: run all finalizers in a single goroutine.Russ Cox1-3/+11
2010-03-23runtime: add memory profiling, disabled.Russ Cox1-1/+17
2010-03-08runtime: clock garbage collection on bytes allocated, not pages in useRuss Cox1-5/+7
2010-02-10runtime: delete MHeapMapCache, which is uselessRuss Cox1-5/+1
2010-02-10runtime: tighten garbage collectorRuss Cox1-0/+1
2010-02-10runtime: garbage collection + malloc performanceRuss Cox1-5/+18
2010-02-08runtime: allow arbitrary return type in SetFinalizer.Russ Cox1-2/+1
2010-02-08runtime: instrument malloc + garbage collector.Russ Cox1-1/+10
2010-02-03finalizers; merge package malloc into package runtimeRuss Cox1-0/+6
2010-01-13runtime cleanup.Russ Cox1-0/+4
2009-12-07runtime: don't touch pages of memory unnecessarily.Russ Cox1-3/+3
2009-12-03runtime: malloc fixesRuss Cox1-1/+8
2009-06-09mv src/lib to src/pkgRob Pike1-0/+308