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
2024-05-23
all: document legacy //go:linkname for modules with ≥20,000 dependents
Russ Cox
2024-05-22
all: document legacy //go:linkname for modules with ≥50,000 dependents
Russ Cox
2024-05-22
all: document legacy //go:linkname for modules with ≥100,000 dependents
Russ Cox
2024-05-08
runtime: move profiling pc buffers to m
Felix Geisendörfer
2024-05-08
runtime: add traceallocfree GODEBUG for alloc/free events in traces
Michael Anthony Knyszek
2024-05-08
runtime: remove allocfreetrace
Michael Anthony Knyszek
2024-04-09
runtime: make zeroing of large objects containing pointers preemptible
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
2024-03-04
runtime: use .Pointers() instead of manual checking
Pouriya
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-11-17
runtime: use span.elemsize for accounting in mallocgc
Michael Anthony Knyszek
2023-11-17
runtime: put allocation headers back at the start the object
Michael Anthony Knyszek
2023-11-13
runtime: call enableMetadataHugePages and its callees on the systemstack
Michael Anthony Knyszek
2023-11-09
runtime: make alloc headers footers instead
Michael Anthony Knyszek
2023-11-09
runtime: implement experiment to replace heap bitmap with alloc headers
Michael Anthony Knyszek
2023-10-02
runtime: use smaller fields for mspan.freeindex and nelems
Cherry Mui
2023-07-21
runtime: fix debug non-concurrent sweep mode after activeSweep changes
Michael Anthony Knyszek
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
2023-04-19
runtime: disable huge pages for GC metadata for small heaps
Michael Anthony Knyszek
2023-04-18
runtime: change lfstack support to taggedPointer
Ian Lance Taylor
2023-04-05
runtime: initialize the memory limit in mallocinit
Michael Anthony Knyszek
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-15
runtime: make GC see object as allocated after it is initialized
Cherry Mui
2022-11-14
Revert "runtime: delay incrementing freeindex in malloc"
Michael Knyszek
2022-11-11
runtime: delay incrementing freeindex in malloc
Cherry Mui
2022-10-18
runtime: replace all uses of CtzXX with TrailingZerosXX
Youlin Feng
2022-10-17
runtime: remove redundant conversion
Dan Kortschak
2022-10-12
runtime: add safe arena support to the runtime
Michael Anthony Knyszek
2022-10-12
runtime: make (*mheap).sysAlloc more general
Michael Anthony Knyszek
2022-10-12
runtime: factor out GC assist credit accounting
Michael Anthony Knyszek
2022-09-08
runtime: remove unused scanSize parameter to gcmarknewobject
Michael Anthony Knyszek
2022-08-19
runtime: add and use runtime/internal/sys.NotInHeap
Cuong Manh Le
2022-08-16
runtime: redo heap bitmap
Keith Randall
2022-08-09
Revert "runtime: redo heap bitmap"
Keith Randall
2022-08-08
runtime: redo heap bitmap
Keith Randall
2022-08-04
runtime: add mayAcquire annotation for finlock
Austin Clements
2022-08-02
runtime: trivial replacements of g in remaining files
Michael Pratt
2022-05-18
runtime: remove useless constant definition in malloc.go
Leonard Wang
2022-05-03
runtime: split mprof locks
Rhys Hiltner
2022-05-03
runtime: move inconsistent memstats into gcController
Michael Anthony Knyszek
2022-05-03
runtime: clean up inconsistent heap stats
Michael Anthony Knyszek
2022-05-03
runtime: track how much memory is mapped in the Ready state
Michael Anthony Knyszek
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-03-31
runtime: add wrappers for sys* functions and consolidate docs
Michael Anthony Knyszek
2022-03-31
runtime: remove intermediate fields in memstats for ReadMemStats
Michael Anthony Knyszek
2021-12-06
runtime: set iOS addr space to 40 bits with incremental pagealloc
Michael Anthony Knyszek
2021-11-02
runtime, syscall: add calls to asan functions
fanzha02
2021-10-29
runtime: clean up allocation zeroing
Michael Anthony Knyszek
[prev]
[next]