aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/malloc_test.go
AgeCommit message (Expand)Author
2021-04-29runtime: top align tinyallocs in race modeKeith Randall
2020-10-01runtime: align 12-byte objects to 8 bytes on 32-bit systemsMichael Anthony Knyszek
2020-01-15runtime: re-enable TestArenaCollision on darwin in race modeTobias Klauser
2019-11-08runtime: add per-p page allocation cacheMichael Anthony Knyszek
2019-11-08runtime: remove old page allocatorMichael Anthony Knyszek
2019-11-07runtime: integrate new page allocator into runtimeMichael Anthony Knyszek
2018-12-19runtime: disable TestArenaCollision on Darwin in race modeMichael Anthony Knyszek
2018-10-30runtime: add physical memory scavenging testMichael Anthony Knyszek
2018-07-09runtime: only run TestMemStats sanity tests onceIan Lance Taylor
2018-04-04runtime: stop when we run out of hints in race modeAustin Clements
2018-02-16runtime: only run TestArenaCollision if the target can execElias Naur
2018-02-15runtime: use sparse mappings for the heapAustin Clements
2018-02-15runtime: replace mlookup and findObject with heapBitsForObjectAustin Clements
2017-09-22runtime: re-add sanity check for GCCPUFractionAustin Clements
2017-03-31runtime: improve TestMemStats checksAustin Clements
2017-03-31runtime: make TestMemStats failure messages usefulAustin Clements
2016-12-07runtime: add number of forced GCs to MemStatsAustin Clements
2015-12-16runtime: accept NumGC==0 in TestMemStatsAustin Clements
2015-10-26runtime: fix tiny allocatorMatthew Dempsky
2015-07-13runtime: fix MemStats.{PauseNS,PauseEnd,PauseTotalNS,LastGC}Austin Clements
2015-07-13runtime: report MemStats.PauseEnd in UNIX timeAustin Clements
2015-01-27cmd/gc: don't copy []byte during string concatenationDmitry Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox