index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
mpagealloc.go
Age
Commit message (
Expand
)
Author
2020-09-10
[release-branch.go1.15] runtime: fix ReadMemStatsSlow's and CheckScavengedBit...
Michael Anthony Knyszek
2020-07-31
runtime: validate candidate searchAddr in pageAlloc.find
Michael Anthony Knyszek
2020-05-14
runtime: make maxOffAddr reflect the actual address space upper bound
Michael Anthony Knyszek
2020-05-08
runtime: use offAddr in more parts of the runtime
Michael Anthony Knyszek
2020-05-08
runtime: make addrRange[s] operate on offset addresses
Michael Anthony Knyszek
2020-05-08
runtime: avoid re-scanning scavenged and untouched memory
Michael Anthony Knyszek
2020-05-08
runtime: remove scavAddr in favor of address ranges
Michael Anthony Knyszek
2020-03-30
runtime: check the correct sanity condition in the page allocator
Michael Anthony Knyszek
2020-01-28
runtime: ensure that searchAddr always refers to inUse memory
Michael Anthony Knyszek
2020-01-09
runtime: add scavtrace debug flag and remove scavenge info from gctrace
Michael Anthony Knyszek
2019-12-11
runtime: use inUse ranges to map in summary memory only as needed
Michael Anthony Knyszek
2019-12-11
runtime: track ranges of address space which are owned by the heap
Michael Anthony Knyszek
2019-12-03
runtime: convert page allocator bitmap to sparse array
Michael Anthony Knyszek
2019-11-07
runtime: count scavenged bits for new allocation for new page allocator
Michael Anthony Knyszek
2019-11-07
runtime: add scavenging code for new page allocator
Michael Anthony Knyszek
2019-11-07
runtime: add new page allocator core
Michael Anthony Knyszek
2019-11-07
runtime: add packed bitmap summaries
Michael Anthony Knyszek
2019-11-07
runtime: add new page allocator constants and description
Michael Anthony Knyszek