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
2021-04-29
runtime: top align tinyallocs in race mode
Keith Randall
2021-04-29
runtime: use 4 MiB heap arenas on iOS
Michael Anthony Knyszek
2021-03-30
runtime: fix typos in comments
Lizzzcai
2021-03-15
runtime: prepare arenas for use incrementally
Michael Anthony Knyszek
2020-11-05
runtime: avoid a bit of unneeded work when MemProfileRate==1
Brad Fitzpatrick
2020-11-02
runtime: make getMCache inlineable
Michael Anthony Knyszek
2020-10-30
runtime: add heap lock assertions
Michael Pratt
2020-10-30
runtime: allocate at desired address when race detector is on
Cherry Zhang
2020-10-26
runtime: move malloc stats into consistentHeapStats
Michael Anthony Knyszek
2020-10-26
runtime: add helper for getting an mcache in allocation contexts
Michael Anthony Knyszek
2020-10-26
runtime: break down memstats.gc_sys
Michael Anthony Knyszek
2020-10-26
runtime: delineate which memstats are system stats with a type
Michael Anthony Knyszek
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
[prev]
[next]