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-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
2017-04-21
runtime: inform arena placement using sbrk(0)
Austin Clements
2017-04-11
runtime: consolidate changes to arena_used
Austin Clements
2017-03-31
runtime: generalize GC trigger
Austin Clements
2017-03-16
cmd/compile: intrinsics for math/bits.TrailingZerosX
Keith Randall
2017-02-13
runtime: make fastrand to generate 32bit values
Sokolov Yura
2017-02-07
runtime: fix confusion between _MaxMem and _MaxArena32
Austin Clements
2017-02-07
runtime: simplify and cleanup mallocinit
Austin Clements
2017-02-07
runtime: make _MaxMem an untyped constant
Austin Clements
2017-01-06
runtime: use 4K as the boundary of legal pointers
Austin Clements
2016-11-15
runtime: add support files for linux/mips{,le} port
Vladimir Stefanovic
2016-10-30
runtime: compute size classes statically
Keith Randall
[prev]
[next]