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
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
2023-11-09
runtime: implement experiment to replace heap bitmap with alloc headers
Michael Anthony Knyszek
2023-11-02
runtime: split out pointer/scalar metadata from heapArena
Michael Anthony Knyszek
2023-10-02
runtime: use smaller fields for mspan.freeindex and nelems
Cherry Mui
2023-09-18
all: clean unnecessary casts
Jes Cok
2023-09-13
runtime: resolve false sharing for frequent memory allocate workloads
Li Gang
2023-05-19
runtime: improve Pinner with gcBits
Sven Anderson
2023-05-19
runtime: implement Pinner API for object pinning
Sven Anderson
2023-05-19
runtime: add eager scavenging details to GODEBUG=scavtrace=1
Michael Anthony Knyszek
2023-05-11
runtime: replace trace.enabled with traceEnabled
Michael Anthony Knyszek
2023-04-19
runtime: manage huge pages explicitly
Michael Anthony Knyszek
2023-04-19
runtime: disable huge pages for GC metadata for small heaps
Michael Anthony Knyszek
2023-02-08
runtime: correct typos
Oleksandr Redko
2023-01-28
runtime: remove go119MemoryLimitSupport flag
Keith Randall
2022-11-18
runtime: add page tracer
Michael Knyszek
[next]