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_32bit.go
Age
Commit message (
Expand
)
Author
2025-03-04
runtime: decorate anonymous memory mappings
Lénaïc Huard
2023-04-20
runtime: bring back minHeapIdx in scavenge index
Michael Anthony Knyszek
2023-04-19
runtime: manage huge pages explicitly
Michael Anthony Knyszek
2022-05-03
runtime: redesign scavenging algorithm
Michael Anthony Knyszek
2022-05-03
runtime: track how much memory is mapped in the Ready state
Michael Anthony Knyszek
2021-12-06
runtime: set iOS addr space to 40 bits with incremental pagealloc
Michael Anthony Knyszek
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-23
runtime: rename pageAlloc receiver
Michael Pratt
2020-10-06
runtime: enable more address bits on macOS/ARM64
Cherry Zhang
2019-12-03
runtime: convert page allocator bitmap to sparse array
Michael Anthony Knyszek
2019-11-07
runtime: add new page allocator core
Michael Anthony Knyszek
2019-11-07
runtime: add new page allocator constants and description
Michael Anthony Knyszek