index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
mcache.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: clean up old mcentral code
Michael Anthony Knyszek
2020-08-17
1
-5
/
+1
*
runtime: add new mcentral implementation
Michael Anthony Knyszek
2020-04-27
1
-1
/
+5
*
runtime: use uintptr instead of int32 for counting to next heap profile sample
Keith Randall
2019-07-29
1
-1
/
+1
*
runtime: ensure mheap lock stack growth invariant is maintained
Michael Anthony Knyszek
2019-05-24
1
-4
/
+7
*
runtime: clean up MSpan* MCache* MCentral* in docs
Michael Anthony Knyszek
2018-11-05
1
-1
/
+1
*
runtime: flush mcaches lazily
Austin Clements
2018-10-02
1
-3
/
+43
*
runtime: remove redundant locking in mcache.refill
Austin Clements
2018-09-28
1
-6
/
+5
*
runtime: replace mlookup and findObject with heapBitsForObject
Austin Clements
2018-02-15
1
-1
/
+0
*
runtime: remove a few unused params and results
Daniel MartÃ
2017-10-09
1
-2
/
+1
*
runtime: separate spans of noscan objects
Austin Clements
2017-04-28
1
-7
/
+8
*
runtime: make fixalloc zero allocations on reuse
Austin Clements
2016-10-28
1
-1
/
+0
*
runtime: mark several types go:notinheap
Austin Clements
2016-10-15
1
-0
/
+2
*
[dev.garbage] runtime: replace ref with allocCount
Rick Hudson
2016-04-27
1
-2
/
+2
*
[dev.garbage] runtime: allocate directly from GC mark bits
Rick Hudson
2016-04-27
1
-5
/
+8
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
1
-1
/
+1
*
runtime: fix (sometimes major) underestimation of heap_live
Austin Clements
2015-12-15
1
-3
/
+2
*
runtime: make mcache.tiny a uintptr
Austin Clements
2015-11-16
1
-2
/
+2
*
runtime: clear tiny alloc cache in mark term, not sweep term
Austin Clements
2015-11-16
1
-0
/
+14
*
runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)
Matthew Dempsky
2015-11-12
1
-7
/
+7
*
pprof: improve sampling for heap profiling
Raul Silvera
2015-10-05
1
-10
/
+1
*
runtime: track "scannable" bytes of heap
Austin Clements
2015-05-06
1
-0
/
+1
*
runtime: make mcache.local_cachealloc a uintptr
Austin Clements
2015-04-21
1
-2
/
+2
*
runtime: introduce heap_live; replace use of heap_alloc in GC
Austin Clements
2015-04-06
1
-1
/
+1
*
runtime: bound sudog cache
Dmitry Vyukov
2015-03-04
1
-2
/
+0
*
runtime: reorganize memory code
Russ Cox
2015-02-19
1
-4
/
+53
*
runtime: rename gothrow to throw
Keith Randall
2014-12-28
1
-3
/
+3
*
[dev.garbage] runtime: Turn concurrent GC on by default. Avoid write barriers...
Rick Hudson
2014-11-20
1
-2
/
+2
*
[dev.garbage] all: merge dev.cc into dev.garbage
Russ Cox
2014-11-15
1
-1
/
+6
*
[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack
Russ Cox
2014-11-12
1
-1
/
+1
*
[dev.cc] runtime: convert memory allocator and garbage collector to Go
Russ Cox
2014-11-11
1
-0
/
+86