]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/malloc.go
runtime: implement experiment to replace heap bitmap with alloc headers
[gostls13.git] / src / runtime / malloc.go
2023-11-09 Michael Anthony... runtime: implement experiment to replace heap bitmap...
2023-10-02 Cherry Muiruntime: use smaller fields for mspan.freeindex and...
2023-07-21 Michael Anthony... runtime: fix debug non-concurrent sweep mode after...
2023-06-14 Alexander Yastrebovall: fix spelling errors
2023-05-05 David Chaseinternal/abi: refactor (basic) type struct into one...
2023-04-19 Michael Anthony... runtime: disable huge pages for GC metadata for small...
2023-04-18 Ian Lance Taylorruntime: change lfstack support to taggedPointer
2023-04-05 Michael Anthony... runtime: initialize the memory limit in mallocinit
2022-11-18 cui fliterall: add missing periods in comments
2022-11-15 Cherry Muiruntime: make GC see object as allocated after it is...
2022-11-14 Michael KnyszekRevert "runtime: delay incrementing freeindex in malloc"
2022-11-11 Cherry Muiruntime: delay incrementing freeindex in malloc
2022-10-18 Youlin Fengruntime: replace all uses of CtzXX with TrailingZerosXX
2022-10-17 Dan Kortschakruntime: remove redundant conversion
2022-10-12 Michael Anthony... runtime: add safe arena support to the runtime
2022-10-12 Michael Anthony... runtime: make (*mheap).sysAlloc more general
2022-10-12 Michael Anthony... runtime: factor out GC assist credit accounting
2022-09-08 Michael Anthony... runtime: remove unused scanSize parameter to gcmarknewo...
2022-08-19 Cuong Manh Leruntime: add and use runtime/internal/sys.NotInHeap
2022-08-16 Keith Randallruntime: redo heap bitmap
2022-08-09 Keith RandallRevert "runtime: redo heap bitmap"
2022-08-08 Keith Randallruntime: redo heap bitmap
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-04 Austin Clementsruntime: add mayAcquire annotation for finlock
2022-08-02 Michael Prattruntime: trivial replacements of g in remaining files
2022-05-18 Leonard Wangruntime: remove useless constant definition in malloc.go
2022-05-03 Rhys Hiltnerruntime: split mprof locks
2022-05-03 Michael Anthony... runtime: move inconsistent memstats into gcController
2022-05-03 Michael Anthony... runtime: clean up inconsistent heap stats
2022-05-03 Michael Anthony... runtime: track how much memory is mapped in the Ready...
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-31 Michael Anthony... runtime: add wrappers for sys* functions and consolidat...
2022-03-31 Michael Anthony... runtime: remove intermediate fields in memstats for...
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-06 Michael Anthony... runtime: set iOS addr space to 40 bits with incremental...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-02 fanzha02runtime, syscall: add calls to asan functions
2021-10-29 Michael Anthony... runtime: clean up allocation zeroing
2021-10-07 Meng Zhuoruntime,sync: using fastrandn instead of modulo reduction
2021-09-28 Leonard Wangruntime: add mp parameter for getMCache
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-30 Gerrit Code ReviewMerge "[dev.cmdgo] all: merge master (9eee0ed) into...
2021-07-28 Jay Conrod[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (798ec73...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-22 David Chaseruntime: move mem profile sampling into m-acquired...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-17 Michael Anthony... [dev.typeparams] runtime: replace Goarch* constants...
2021-06-17 Michael Anthony... [dev.typeparams] runtime: replace Goos* constants with...
2021-06-17 Michael Anthony... [dev.typeparams] runtime: fix import sort order [generated]
2021-06-17 Michael Anthony... [dev.typeparams] runtime: replace uses of runtime/inter...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-11 Cherry Mui[dev.typeparams] runtime: simplify defer record allocation
2021-06-02 Katie Hockman[dev.fuzz] all: merge master (dd7ba3b) into dev.fuzz
2021-06-01 Cherry Mui[dev.typeparams] all: merge master (2725522) into dev...
2021-05-26 tyltrruntime,cmd/link/internal/ld: fix typos
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-30 David Chaseruntime: break up large calls to memclrNoHeapPointers...
2021-04-29 Keith Randallruntime: top align tinyallocs in race mode
2021-04-29 Michael Anthony... runtime: use 4 MiB heap arenas on iOS
2021-03-30 Lizzzcairuntime: fix typos in comments
2021-03-15 Michael Anthony... runtime: prepare arenas for use incrementally
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-20 Robert Griesemer[dev.typeparams] Merge branch 'master' into dev.typeparams
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-05 Brad Fitzpatrickruntime: avoid a bit of unneeded work when MemProfileRa...
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-11-02 Michael Anthony... runtime: make getMCache inlineable
2020-10-30 Michael Prattruntime: add heap lock assertions
2020-10-30 Cherry Zhangruntime: allocate at desired address when race detector...
2020-10-26 Michael Anthony... runtime: move malloc stats into consistentHeapStats
2020-10-26 Michael Anthony... runtime: add helper for getting an mcache in allocation...
2020-10-26 Michael Anthony... runtime: break down memstats.gc_sys
2020-10-26 Michael Anthony... runtime: delineate which memstats are system stats...
2020-10-26 Michael Anthony... runtime: rename mcache fields to match Go style
2020-10-26 Michael Anthony... runtime: make nlargealloc and largealloc mcache fields
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-14 Martin Möhrmannruntime: implement GODEBUG=inittrace=1 support
2020-10-12 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-06 Cherry Zhangruntime: enable more address bits on macOS/ARM64
2020-10-01 Michael Anthony... runtime: align 12-byte objects to 8 bytes on 32-bit...
next