aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mem_windows.go
AgeCommit message (Expand)Author
2020-10-26runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek
2019-05-16runtime: mark newly-mapped memory as scavengedMichael Anthony Knyszek
2019-05-06runtime: ensure free and unscavenged spans may be backed by huge pagesMichael Anthony Knyszek
2018-12-17runtime: fix sysUsed for WindowsMichael Anthony Knyszek
2018-02-15runtime: remove non-reserved heap logicAustin Clements
2018-02-15runtime: use sparse mappings for the heapAustin Clements
2017-07-21runtime: improve out-of-memory message when VirtualAlloc failsAustin Clements
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-24runtime: fix handling VirtualAlloc failure in sysUsedAlex Brainman
2015-09-17runtime: print errno and byte count before crashing in mem_windows.goAlex Brainman
2015-04-24runtime: implement xadduintptr and update system mstats using itSrdjan Petrovic
2015-02-12runtime: move all stdFunctions into os1_windows.go (no code changes)Alex Brainman
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-13[dev.cc] runtime: convert mem_windows.c to GoAlex Brainman