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
2022-11-25
[release-branch.go1.18] runtime: make GC see object as allocated after it is ...
Cherry Mui
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
2021-10-07
runtime,sync: using fastrandn instead of modulo reduction
Meng Zhuo
2021-09-28
runtime: add mp parameter for getMCache
Leonard Wang
2021-07-22
[dev.typeparams] all: merge master (798ec73) into dev.typeparams
Matthew Dempsky
2021-07-22
runtime: move mem profile sampling into m-acquired section
David Chase
2021-06-17
[dev.typeparams] runtime: replace Goarch* constants with internal/goarch vers...
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace Goos* constants with internal/goos versions...
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: fix import sort order [generated]
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-06-11
[dev.typeparams] runtime: simplify defer record allocation
Cherry Mui
2021-05-26
runtime,cmd/link/internal/ld: fix typos
tyltr
2021-04-30
runtime: break up large calls to memclrNoHeapPointers to allow preemption
David Chase
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
[next]