aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/gc_leaking.go
AgeCommit message (Expand)Author
2023-02-17runtime: allow custom-gc SetFinalizer and clarify KeepAliveAnuraag Agrawal
2023-01-17runtime: move GC code around to prepare for precise GCAyke van Laethem
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-12-15runtime: move KeepAlive/SetFinalizer to common codeAyke van Laethem
2022-09-25runtime: make gc and scheduler asserts settable with build tagsDamian Gryski
2022-08-20runtime: add MemStats.Mallocs and FreesDamian Gryski
2022-08-20runtime: add MemStats.TotalAllocDamian Gryski
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-05-23windows: scan globals conservativelyAyke van Laethem
2022-05-07all: remove support for LLVM 11 and LLVM 12Ayke van Laethem
2022-03-17gc_leaking.go: don't inline alloc. Fixes #2674.Dan Kegel
2022-03-04src/runtime: use memzero for leaking collectorDamian Gryski
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2021-12-10Added realloc implementation to GCsRouven Broszeit
2021-11-02compiler, runtime: add layout parameter to runtime.allocAyke van Laethem
2021-10-14rutime/gc_leaking: ensure heapptr is aligned on wasmDamian Gryski
2021-09-04src/runtime: reset heapptr to heapStart after preinit()Damian Gryski
2021-01-10wasm: implement a growable heapAyke van Laethem
2020-03-17run init in a goroutineJaden Weiss
2019-07-01all: rename garbage collectorsAyke van Laethem