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_darwin.go
Age
Commit message (
Expand
)
Author
2025-10-31
runtime: avoid zeroing scavenged memory
Lance Yang
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
2022-01-19
runtime: print error if mmap fails
Ian Lance Taylor
2020-10-26
runtime: delineate which memstats are system stats with a type
Michael Anthony Knyszek
2019-11-07
runtime: remove MAP_FIXED in sysReserve for raceenabled on darwin
Michael Anthony Knyszek
2019-05-06
runtime: ensure free and unscavenged spans may be backed by huge pages
Michael Anthony Knyszek
2019-03-04
runtime: use MADV_FREE_REUSABLE on darwin
Michael Anthony Knyszek
2018-09-12
runtime: use functions from mem_bsd.go on Darwin
Tobias Klauser
2018-02-15
runtime: remove non-reserved heap logic
Austin Clements
2017-10-18
runtime: separate error result for mmap
Austin Clements
2016-03-07
runtime: eliminate unnecessary type conversions
Matthew Dempsky
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-10-15
runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x)
Matthew Dempsky
2015-04-24
runtime: implement xadduintptr and update system mstats using it
Srdjan Petrovic
2014-12-28
runtime: rename gothrow to throw
Keith Randall
2014-11-11
[dev.cc] runtime: convert memory allocator and garbage collector to Go
Russ Cox