summaryrefslogtreecommitdiff
path: root/src/runtime/mem_js.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek2020-10-261-5/+5
* runtime: make sysReserve return page-aligned memory on js-wasmMichael Anthony Knyszek2019-11-071-5/+8
* runtime,syscall/js: reuse wasm memory DataViewAgniva De Sarker2019-08-281-0/+5
* runtime: ensure free and unscavenged spans may be backed by huge pagesMichael Anthony Knyszek2019-05-061-0/+3
* runtime: do not use heap arena hints on wasmRichard Musiol2019-04-301-4/+10
* runtime: add js/wasm architectureRichard Musiol2018-05-081-0/+68