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
2020-10-26
runtime: rename mcache fields to match Go style
Michael Anthony Knyszek
2020-10-26
runtime: make nlargealloc and largealloc mcache fields
Michael Anthony Knyszek
2020-10-14
runtime: implement GODEBUG=inittrace=1 support
Martin Möhrmann
2020-10-06
runtime: enable more address bits on macOS/ARM64
Cherry Zhang
2020-10-01
runtime: align 12-byte objects to 8 bytes on 32-bit systems
Michael Anthony Knyszek
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-08-17
runtime: clean up old mcentral code
Michael Anthony Knyszek
2020-06-27
runtime: ensure arenaBaseOffset makes it into DWARF (for viewcore)
Keith Randall
2020-06-08
runtime: always mark span when marking an object
Austin Clements
2020-05-14
runtime: make maxOffAddr reflect the actual address space upper bound
Michael Anthony Knyszek
2020-05-07
runtime: avoid overflow from linearAlloc
Michael Anthony Knyszek
2020-04-27
runtime: add new mcentral implementation
Michael Anthony Knyszek
2020-04-21
runtime: add bitmap-based markrootSpans implementation
Michael Anthony Knyszek
2020-04-17
runtime: use mcache0 if no P in profilealloc
Ian Lance Taylor
2020-04-07
runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)
Dan Scales
2020-03-20
runtime: use divRoundUp
Austin Clements
2020-02-24
runtime: remove mcache field from m
Ian Lance Taylor
2020-02-05
runtime: rewrite a comment in malloc.go
Jerrin Shaji George
2020-01-19
runtime: add support for linux/riscv64
Joel Sing
2019-11-16
runtime: add arenaBaseOffset on aix/ppc64
Clément Chigot
2019-11-08
runtime: remove unnecessary large parameter to mheap_.alloc
Michael Anthony Knyszek
2019-11-08
runtime: define maximum supported physical page and huge page sizes
Michael Anthony Knyszek
2019-11-08
runtime: remove old page allocator
Michael Anthony Knyszek
2019-11-07
runtime: switch to new page allocator
Michael Anthony Knyszek
2019-11-07
runtime: integrate new page allocator into runtime
Michael Anthony Knyszek
2019-11-07
runtime: add scavenging code for new page allocator
Michael Anthony Knyszek
2019-11-07
runtime: define darwin/arm64's address space as 33 bits
Michael Anthony Knyszek
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
[prev]
[next]