aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mem_darwin.go
AgeCommit message (Expand)Author
2020-10-26runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek
2019-11-07runtime: remove MAP_FIXED in sysReserve for raceenabled on darwinMichael Anthony Knyszek
2019-05-06runtime: ensure free and unscavenged spans may be backed by huge pagesMichael Anthony Knyszek
2019-03-04runtime: use MADV_FREE_REUSABLE on darwinMichael Anthony Knyszek
2018-09-12runtime: use functions from mem_bsd.go on DarwinTobias Klauser
2018-02-15runtime: remove non-reserved heap logicAustin Clements
2017-10-18runtime: separate error result for mmapAustin Clements
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-10-15runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x)Matthew Dempsky
2015-04-24runtime: implement xadduintptr and update system mstats using itSrdjan Petrovic
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-11[dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox