aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mpagealloc_32bit.go
AgeCommit message (Expand)Author
2025-10-24runtime: add ppc and s390 to 32 build constraints for gccgoJorropo
2025-03-04runtime: decorate anonymous memory mappingsLénaïc Huard
2023-04-20runtime: bring back minHeapIdx in scavenge indexMichael Anthony Knyszek
2023-04-19runtime: manage huge pages explicitlyMichael Anthony Knyszek
2022-05-03runtime: redesign scavenging algorithmMichael Anthony Knyszek
2022-05-03runtime: track how much memory is mapped in the Ready stateMichael Anthony Knyszek
2021-12-06runtime: set iOS addr space to 40 bits with incremental pageallocMichael Anthony Knyszek
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-23runtime: rename pageAlloc receiverMichael Pratt
2020-10-06runtime: enable more address bits on macOS/ARM64Cherry Zhang
2019-12-03runtime: convert page allocator bitmap to sparse arrayMichael Anthony Knyszek
2019-11-07runtime: add new page allocator coreMichael Anthony Knyszek
2019-11-07runtime: add new page allocator constants and descriptionMichael Anthony Knyszek