aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mcache.go
AgeCommit message (Expand)Author
2016-04-27[dev.garbage] runtime: replace ref with allocCountRick Hudson
2016-04-27[dev.garbage] runtime: allocate directly from GC mark bitsRick Hudson
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-15runtime: fix (sometimes major) underestimation of heap_liveAustin Clements
2015-11-16runtime: make mcache.tiny a uintptrAustin Clements
2015-11-16runtime: clear tiny alloc cache in mark term, not sweep termAustin Clements
2015-11-12runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)Matthew Dempsky
2015-10-05pprof: improve sampling for heap profilingRaul Silvera
2015-05-06runtime: track "scannable" bytes of heapAustin Clements
2015-04-21runtime: make mcache.local_cachealloc a uintptrAustin Clements
2015-04-06runtime: introduce heap_live; replace use of heap_alloc in GCAustin Clements
2015-03-04runtime: bound sudog cacheDmitry Vyukov
2015-02-19runtime: reorganize memory codeRuss Cox
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-20[dev.garbage] runtime: Turn concurrent GC on by default. Avoid write barriers...Rick Hudson
2014-11-15[dev.garbage] all: merge dev.cc into dev.garbageRuss Cox
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox