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
2023-11-17
runtime: use span.elemsize for accounting in mallocgc
Michael Anthony Knyszek
2023-11-17
runtime: put allocation headers back at the start the object
Michael Anthony Knyszek
2023-11-13
runtime: call enableMetadataHugePages and its callees on the systemstack
Michael Anthony Knyszek
2023-11-09
runtime: make alloc headers footers instead
Michael Anthony Knyszek
2023-11-09
runtime: implement experiment to replace heap bitmap with alloc headers
Michael Anthony Knyszek
2023-10-02
runtime: use smaller fields for mspan.freeindex and nelems
Cherry Mui
2023-07-21
runtime: fix debug non-concurrent sweep mode after activeSweep changes
Michael Anthony Knyszek
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
2023-04-19
runtime: disable huge pages for GC metadata for small heaps
Michael Anthony Knyszek
2023-04-18
runtime: change lfstack support to taggedPointer
Ian Lance Taylor
2023-04-05
runtime: initialize the memory limit in mallocinit
Michael Anthony Knyszek
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
[prev]
[next]