aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mspanset.go
AgeCommit message (Expand)Author
2025-10-22runtime: use backoff and ISB instruction to reduce contention in (*lfstack).p...fanzha02
2025-10-17all: correct name for commentsJes Cok
2025-04-23runtime: align taggable pointers more so we can use low bits for tagKeith Randall
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-11-08runtime: add available godoc linkcui fliter
2023-09-18all: clean unnecessary castsJes Cok
2023-03-13all: fix some problematic commentscui fliter
2022-09-08runtime: use atomic types in mspanset.go for alignment and type safetyMichael Anthony Knyszek
2022-05-18all: fix spellingJohn Bampton
2021-06-17[dev.typeparams] runtime: fix import sort order [generated]Michael Anthony Knyszek
2021-06-17[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek
2020-10-26runtime: break down memstats.gc_sysMichael Anthony Knyszek
2020-04-28runtime: fix block leak due to race in span setMichael Anthony Knyszek
2020-04-27runtime: implement the spanSet data structureMichael Anthony Knyszek
2020-04-27runtime: manage a pool of spanSetBlocks and free them eagerlyMichael Anthony Knyszek
2020-04-27runtime: add spanSet data structureMichael Anthony Knyszek