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
/
mem_windows.go
Age
Commit message (
Expand
)
Author
2025-10-31
runtime: avoid zeroing scavenged memory
Lance Yang
2025-08-01
runtime: deduplicate Windows stdcall
qmuntal
2025-03-04
runtime: decorate anonymous memory mappings
Lénaïc Huard
2023-08-22
runtime: avoid MADV_HUGEPAGE for heap memory
Michael Anthony Knyszek
2023-04-05
runtime: add sysNoHugePage
Michael Anthony Knyszek
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-03-31
runtime: add wrappers for sys* functions and consolidate docs
Michael Anthony Knyszek
2020-10-26
runtime: delineate which memstats are system stats with a type
Michael Anthony Knyszek
2019-05-16
runtime: mark newly-mapped memory as scavenged
Michael Anthony Knyszek
2019-05-06
runtime: ensure free and unscavenged spans may be backed by huge pages
Michael Anthony Knyszek
2018-12-17
runtime: fix sysUsed for Windows
Michael Anthony Knyszek
2018-02-15
runtime: remove non-reserved heap logic
Austin Clements
2018-02-15
runtime: use sparse mappings for the heap
Austin Clements
2017-07-21
runtime: improve out-of-memory message when VirtualAlloc fails
Austin Clements
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-11-24
runtime: fix handling VirtualAlloc failure in sysUsed
Alex Brainman
2015-09-17
runtime: print errno and byte count before crashing in mem_windows.go
Alex Brainman
2015-04-24
runtime: implement xadduintptr and update system mstats using it
Srdjan Petrovic
2015-02-12
runtime: move all stdFunctions into os1_windows.go (no code changes)
Alex Brainman
2014-12-28
runtime: rename gothrow to throw
Keith Randall
2014-11-13
[dev.cc] runtime: convert mem_windows.c to Go
Alex Brainman