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
/
malloc.go
Age
Commit message (
Expand
)
Author
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: support runtime.freegc in size-specialized mallocs for noscan objects
thepudds
2025-11-14
runtime: add runtime.freegc to reduce GC work
thepudds
2025-09-26
runtime: use a smaller arena size on Wasm
Cherry Mui
2025-09-23
runtime: add specialized malloc functions for sizes up to 512 bytes
Michael Matloob
2025-09-17
runtime: don't enable heap randomization if MSAN or ASAN is enabled
Roland Shoemaker
2025-08-29
runtime/race: add race detector support for linux/riscv64
Joel Sing
2025-08-26
runtime: identify virtual memory layout for riscv64
Joel Sing
2025-07-24
runtime: randomize heap base address
Roland Shoemaker
2025-05-21
runtime: add valgrind instrumentation
Roland Shoemaker
2025-05-21
runtime: guarantee checkfinalizers test allocates in a shared tiny block
Michael Anthony Knyszek
2025-05-20
runtime: mark and identify tiny blocks in checkfinalizers mode
Michael Anthony Knyszek
2025-05-20
runtime: prevent unnecessary zeroing of large objects with pointers
Michael Anthony Knyszek
2025-05-20
runtime: only update freeIndexForScan outside of the mark phase
Michael Anthony Knyszek
2025-05-19
runtime: move atoi to internal/runtime/strconv
Michael Pratt
2025-04-24
runtime: fix tag pointers on aix
Keith Randall
2025-04-23
runtime: move some malloc constants to internal/runtime/gc
Michael Anthony Knyszek
2025-04-23
runtime: move sizeclass defs to new package internal/runtime/gc
Michael Anthony Knyszek
2025-04-02
runtime: simplify needzero logic
khr@golang.org
2025-03-12
runtime: remove nextSampleNoFP from plan9
Russ Cox
2025-03-04
runtime: decorate anonymous memory mappings
Lénaïc Huard
2025-02-03
runtime: fix GODEBUG=gccheckmark=1 and add smoke test
Michael Anthony Knyszek
2024-11-18
runtime: get rid of gc programs for types
Keith Randall
2024-10-30
cmd/compile,runtime: add indirect key/elem to swissmap
Michael Pratt
2024-10-25
runtime: fix mallocgc for asan
Michael Anthony Knyszek
2024-10-25
runtime: reserve fewer memory for aligned reservation on sbrk systems
Cherry Mui
2024-10-24
runtime: fix ASAN poison calculation in mallocgc
Michael Anthony Knyszek
2024-10-23
runtime: fix typo in error message
changwang ma
2024-10-21
runtime: execute publicationBarrier in noscan case for delayed zeroing
Michael Anthony Knyszek
2024-10-21
runtime: specialize heapSetType
Michael Anthony Knyszek
2024-10-21
runtime: refactor mallocgc into several independent codepaths
Michael Anthony Knyszek
2024-10-21
runtime: break out the debug.malloc codepaths into functions
Michael Anthony Knyszek
2024-10-21
runtime: move debug checks behind constant flag in mallocgc
Michael Anthony Knyszek
2024-10-21
runtime: rename shouldhelpgc to checkGCTrigger in mallocgc
Michael Anthony Knyszek
2024-10-21
runtime: recompute assistG before and after malloc
Michael Anthony Knyszek
2024-10-21
runtime: use wb flag instead of gcphase for allocate-black check
Michael Anthony Knyszek
2024-10-21
runtime: simplify mem profile checking in mallocgc
Michael Anthony Knyszek
2024-10-21
runtime: don't call span.heapBits in writeHeapBitsSmall
Michael Anthony Knyszek
2024-10-08
internal/runtime/maps: initial swiss table map implementation
Michael Pratt
2024-09-10
runtime: update documentation for ios addr bits
WuGuangyao
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-07-23
runtime,internal: move runtime/internal/math to internal/runtime/math
David Chase
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-05-29
all: document legacy //go:linkname for modules with ≥100 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥200 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥500 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥1,000 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥2,000 dependents
Russ Cox
[next]