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
2019-11-04
runtime: clean up power-of-two rounding code with align functions
Michael Anthony Knyszek
2019-07-30
runtime: add physHugePageShift
Michael Anthony Knyszek
2019-07-29
runtime: use uintptr instead of int32 for counting to next heap profile sample
Keith Randall
2019-07-19
runtime: align allocations harder in GODEBUG=sbrk=1 mode
Austin Clements
2019-05-16
runtime: mark newly-mapped memory as scavenged
Michael Anthony Knyszek
2019-05-03
runtime: add physHugePageSize
Michael Anthony Knyszek
2019-04-16
runtime, cmd/link: optimize memory allocation on wasm
Richard Musiol
2019-03-25
runtime: remove kindNoPointers
Keith Randall
2019-03-06
runtime: align first persistentalloc chunk as requested
Ian Lance Taylor
2019-02-27
internal/reflectlite: lite version of reflect package
Marcel van Lohuizen
2019-01-18
runtime: sample large heap allocations correctly
Raul Silvera
2019-01-04
runtime: skip writes to persistent memory in cgo checker
Ian Lance Taylor
2018-11-26
runtime: handle 64bits addresses for AIX
Clément Chigot
2018-11-15
runtime: track all heap arenas in a slice
Austin Clements
2018-10-23
runtime: use multiplication with overflow check for newarray
Martin Möhrmann
2018-10-17
runtime: use only treaps for tracking spans
Michael Anthony Knyszek
2018-10-04
runtime: clarify table of arena sizes
Austin Clements
2018-10-02
runtime: remove gcStart's mode argument
Austin Clements
2018-09-28
runtime: don't call mcache.refill on systemstack
Austin Clements
2018-09-26
runtime: rename _MSpan* constants to mSpan*
Austin Clements
2018-09-25
runtime: fix reference to sys{Fault,Free,Reserve,Unused,Used} in comments
Tobias Klauser
2018-07-19
runtime: don't create heap hints outside TSAN's supported heap
Austin Clements
2018-05-08
runtime: add js/wasm architecture
Richard Musiol
2018-04-04
runtime: stop when we run out of hints in race mode
Austin Clements
2018-02-23
runtime: reduce arena size to 4MB on 64-bit Windows
Austin Clements
2018-02-23
runtime: support a two-level arena map
Austin Clements
2018-02-23
runtime: rename "arena index" to "arena map"
Austin Clements
2018-02-21
runtime: clarify address space limit constants and comments
Austin Clements
2018-02-21
runtime: offset the heap arena index by 2^47 on amd64
Austin Clements
2018-02-21
runtime: abstract indexing of arena index
Austin Clements
2018-02-21
runtime: ensure sysStat for mheap_.arenas is aligned
Austin Clements
2018-02-21
runtime: shorten reflect.unsafe_New call chain
Martin Möhrmann
2018-02-15
runtime: replace _MaxMem with maxAlloc
Austin Clements
2018-02-15
runtime: move comment about address space sizes to malloc.go
Austin Clements
2018-02-15
runtime: remove non-reserved heap logic
Austin Clements
2018-02-15
runtime: use sparse mappings for the heap
Austin Clements
2018-02-15
runtime: eliminate most uses of mheap_.arena_*
Austin Clements
2018-02-15
runtime: make span map sparse
Austin Clements
2018-02-15
runtime: make the heap bitmap sparse
Austin Clements
2018-02-15
runtime: lay out heap bitmap forward in memory
Austin Clements
2017-10-29
runtime: eliminate write barriers from persistentalloc
Austin Clements
2017-09-26
runtime: improve comments for nextSample
Giovanni Bajo
2017-09-20
runtime: make nextFreeFast inlinable
Ilya Tocar
2017-08-14
runtime: special case allocation of arrays of size 1
Josh Bleecher Snyder
2017-07-31
runtime: fall back to small mmaps if we fail to grow reservation
Austin Clements
2017-05-25
runtime: accept non-monotonic arena allocation on 32-bit
Austin Clements
2017-05-23
runtime: don't corrupt arena bounds on low mmap
Austin Clements
2017-04-28
runtime: make _TinySizeClass an int8 to prevent use as spanClass
Austin Clements
2017-04-28
runtime: eliminate heapBitsSetTypeNoScan
Austin Clements
2017-04-28
runtime: separate spans of noscan objects
Austin Clements
[prev]
[next]