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-18
all: add missing periods in comments
cui fliter
2022-11-15
runtime: make GC see object as allocated after it is initialized
Cherry Mui
2022-11-14
Revert "runtime: delay incrementing freeindex in malloc"
Michael Knyszek
2022-11-11
runtime: delay incrementing freeindex in malloc
Cherry Mui
2022-10-18
runtime: replace all uses of CtzXX with TrailingZerosXX
Youlin Feng
2022-10-17
runtime: remove redundant conversion
Dan Kortschak
2022-10-12
runtime: add safe arena support to the runtime
Michael Anthony Knyszek
2022-10-12
runtime: make (*mheap).sysAlloc more general
Michael Anthony Knyszek
2022-10-12
runtime: factor out GC assist credit accounting
Michael Anthony Knyszek
2022-09-08
runtime: remove unused scanSize parameter to gcmarknewobject
Michael Anthony Knyszek
2022-08-19
runtime: add and use runtime/internal/sys.NotInHeap
Cuong Manh Le
2022-08-16
runtime: redo heap bitmap
Keith Randall
2022-08-09
Revert "runtime: redo heap bitmap"
Keith Randall
2022-08-08
runtime: redo heap bitmap
Keith Randall
2022-08-04
runtime: add mayAcquire annotation for finlock
Austin Clements
2022-08-02
runtime: trivial replacements of g in remaining files
Michael Pratt
2022-05-18
runtime: remove useless constant definition in malloc.go
Leonard Wang
2022-05-03
runtime: split mprof locks
Rhys Hiltner
2022-05-03
runtime: move inconsistent memstats into gcController
Michael Anthony Knyszek
2022-05-03
runtime: clean up inconsistent heap stats
Michael Anthony Knyszek
2022-05-03
runtime: track how much memory is mapped in the Ready state
Michael Anthony Knyszek
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-03-31
runtime: add wrappers for sys* functions and consolidate docs
Michael Anthony Knyszek
2022-03-31
runtime: remove intermediate fields in memstats for ReadMemStats
Michael Anthony Knyszek
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
[next]