aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mem_aix.go
AgeCommit message (Expand)Author
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-31runtime: add wrappers for sys* functions and consolidate docsMichael Anthony Knyszek
2022-01-19runtime: print error if mmap failsIan Lance Taylor
2020-10-26runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek
2019-12-09runtime: use mprotect in sysMap for aix/ppc64Clément Chigot
2019-05-06runtime: ensure free and unscavenged spans may be backed by huge pagesMichael Anthony Knyszek
2019-05-05all: remove commented-out print statementsIskander Sharipov
2019-04-26runtime: enable runtime_mmap_test.go on AIXClément Chigot
2018-10-03runtime: add AIX operating systemClément Chigot