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
/
mpagealloc_test.go
Age
Commit message (
Expand
)
Author
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-09-26
runtime: use a smaller arena size on Wasm
Cherry Mui
2021-12-06
runtime: set iOS addr space to 40 bits with incremental pagealloc
Michael Anthony Knyszek
2020-10-22
runtime: define the AddrRange used for testing in terms of addrRange
Michael Anthony Knyszek
2020-07-31
runtime: validate candidate searchAddr in pageAlloc.find
Michael Anthony Knyszek
2020-01-28
runtime: ensure that searchAddr always refers to inUse memory
Michael Anthony Knyszek
2019-12-26
runtime: disable pageAlloc tests on OpenBSD in short mode
Michael Anthony Knyszek
2019-12-13
runtime: fix off-by-1 error on address ranges
Cherry Zhang
2019-12-11
runtime: use inUse ranges to map in summary memory only as needed
Michael Anthony Knyszek
2019-12-11
runtime: track ranges of address space which are owned by the heap
Michael Anthony Knyszek
2019-12-03
runtime: convert page allocator bitmap to sparse array
Michael Anthony Knyszek
2019-11-10
runtime: make the test addresses for pageAlloc smaller on 32-bit
Michael Anthony Knyszek
2019-11-07
runtime: count scavenged bits for new allocation for new page allocator
Michael Anthony Knyszek
2019-11-07
runtime: add scavenging code for new page allocator
Michael Anthony Knyszek
2019-11-07
runtime: add new page allocator core
Michael Anthony Knyszek