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
/
mheap.go
Age
Commit message (
Expand
)
Author
2026-01-21
runtime: remove the unused scanIdx from mspan
Youlin Feng
2025-12-17
runtime: keep track of secret allocation size
Daniel Morsing
2025-11-26
runtime/secret: implement new secret package
Daniel Morsing
2025-11-23
runtime: fix stale comment for mheap/malloc
Lidong Yan
2025-11-14
runtime: add runtime.freegc to reduce GC work
thepudds
2025-11-14
runtime: put AddCleanup cleanup arguments in their own allocation
Michael Anthony Knyszek
2025-11-14
runtime: ensure weak handles end up in their own allocation
Michael Anthony Knyszek
2025-10-31
runtime: avoid zeroing scavenged memory
Lance Yang
2025-09-26
runtime: use a smaller arena size on Wasm
Cherry Mui
2025-09-23
runtime: eliminate global span queue [green tea]
Michael Anthony Knyszek
2025-08-05
runtime: save scalar registers off stack in amd64 async preemption
Austin Clements
2025-07-28
all: omit unnecessary type conversions
Jes Cok
2025-07-25
runtime: rename scanobject to scanObject
Michael Anthony Knyszek
2025-07-24
runtime: randomize heap base address
Roland Shoemaker
2025-06-20
runtime: fix struct comment
cuishuang
2025-06-18
runtime: set mspan limit field early and eagerly
Michael Anthony Knyszek
2025-05-29
runtime, internal/synctest, sync: associate WaitGroups with bubbles
Damien Neil
2025-05-21
runtime: use the immortal weak handle map for sbrk mode
Michael Anthony Knyszek
2025-05-21
runtime: add valgrind instrumentation
Roland Shoemaker
2025-05-20
runtime: mark and identify tiny blocks in checkfinalizers mode
Michael Anthony Knyszek
2025-05-20
runtime: annotate checkfinalizers reports with source and type info
Michael Anthony Knyszek
2025-05-20
runtime: add new GODEBUG checkfinalizer
Michael Anthony Knyszek
2025-05-19
runtime: move atoi to internal/runtime/strconv
Michael Pratt
2025-05-08
runtime: remove ptr/scalar bitmap metric
khr@golang.org
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-05-02
runtime: mark and scan small objects in whole spans [green tea]
Michael Anthony Knyszek
2025-04-24
runtime: fix typo in comment
changwang ma
2025-04-23
runtime: move sizeclass defs to new package internal/runtime/gc
Michael Anthony Knyszek
2025-03-04
runtime: decorate anonymous memory mappings
Lénaïc Huard
2025-02-19
weak: accept linker-allocated objects to Make
Michael Anthony Knyszek
2025-02-03
runtime: fix GODEBUG=gccheckmark=1 and add smoke test
Michael Anthony Knyszek
2024-12-09
runtime: make special offset a uintptr
Michael Anthony Knyszek
2024-11-22
runtime: properly search for cleanups in cleanup.stop
Carlos Amedee
2024-11-20
runtime: keep cleanup closure alive across adding the cleanup special
Michael Anthony Knyszek
2024-11-20
runtime: explicitly keep handle alive during getOrAddWeakHandle
Michael Anthony Knyszek
2024-11-18
weak: move internal/weak to weak, and update according to proposal
Michael Anthony Knyszek
2024-11-16
runtime: implement Stop for AddCleanup
Carlos Amedee
2024-11-16
runtime: implement AddCleanup
Carlos Amedee
2024-11-13
runtime: prevent weak->strong conversions during mark termination
Michael Anthony Knyszek
2024-09-04
internal/weak: shade pointer in weak-to-strong conversion
Michael Anthony Knyszek
2024-07-25
runtime: allow the tracer to be reentrant
Michael Anthony Knyszek
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-05-22
runtime: skip tracing events that would cause reentrancy
Michael Anthony Knyszek
2024-05-08
runtime: delete pagetrace GOEXPERIMENT
Michael Anthony Knyszek
2024-05-08
runtime: add traceallocfree GODEBUG for alloc/free events in traces
Michael Anthony Knyszek
2024-04-18
internal/weak: add package implementing weak pointers
Michael Anthony Knyszek
2024-04-09
runtime: remove the allocheaders GOEXPERIMENT
Michael Anthony Knyszek
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2023-12-14
runtime: delete todo of the list field for mspan
qiulaidongfeng
2023-11-09
runtime: refactor runtime->tracer API to appear more like a lock
Michael Anthony Knyszek
[next]