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
/
mpallocbits.go
Age
Commit message (
Expand
)
Author
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-05-18
runtime: remove unused code in (*pallocBits).findLargeN
Michael Mitchell
2024-03-08
runtime: use built-in clear to simplify code
apocelipes
2023-10-24
runtime: use max/min func
qiulaidongfeng
2023-02-08
runtime: correct typos
Oleksandr Redko
2021-11-04
runtime: set and clear only the relevant bits in allocToCache
Michael Anthony Knyszek
2020-08-17
runtime: bit parallel implementation of findBitRange64
Keith Randall
2020-08-17
runtime: use bit-parallel operations to compute heap bit summaries
Keith Randall
2020-01-28
runtime: ensure that searchAddr always refers to inUse memory
Michael Anthony Knyszek
2019-12-03
runtime: convert page allocator bitmap to sparse array
Michael Anthony Knyszek
2019-11-08
runtime: copy some functions from math/bits to runtime/internal/sys
David Chase
2019-11-08
runtime: add page cache and tests
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 packed bitmap summaries
Michael Anthony Knyszek
2019-11-07
runtime: add pallocbits and tests
Michael Anthony Knyszek