summaryrefslogtreecommitdiff
path: root/src/runtime/malloc_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: align 12-byte objects to 8 bytes on 32-bit systemsMichael Anthony Knyszek2020-10-011-0/+57
* runtime: re-enable TestArenaCollision on darwin in race modeTobias Klauser2020-01-151-8/+0
* runtime: add per-p page allocation cacheMichael Anthony Knyszek2019-11-081-0/+8
* runtime: remove old page allocatorMichael Anthony Knyszek2019-11-081-4/+0
* runtime: integrate new page allocator into runtimeMichael Anthony Knyszek2019-11-071-0/+17
* runtime: disable TestArenaCollision on Darwin in race modeMichael Anthony Knyszek2018-12-191-0/+8
* runtime: add physical memory scavenging testMichael Anthony Knyszek2018-10-301-0/+8
* runtime: only run TestMemStats sanity tests onceIan Lance Taylor2018-07-091-0/+11
* runtime: stop when we run out of hints in race modeAustin Clements2018-04-041-1/+12
* runtime: only run TestArenaCollision if the target can execElias Naur2018-02-161-3/+2
* runtime: use sparse mappings for the heapAustin Clements2018-02-151-0/+53
* runtime: replace mlookup and findObject with heapBitsForObjectAustin Clements2018-02-151-1/+1
* runtime: re-add sanity check for GCCPUFractionAustin Clements2017-09-221-4/+1
* runtime: improve TestMemStats checksAustin Clements2017-03-311-8/+20
* runtime: make TestMemStats failure messages usefulAustin Clements2017-03-311-16/+44
* runtime: add number of forced GCs to MemStatsAustin Clements2016-12-071-2/+9
* runtime: accept NumGC==0 in TestMemStatsAustin Clements2015-12-161-2/+11
* runtime: fix tiny allocatorMatthew Dempsky2015-10-261-0/+17
* runtime: fix MemStats.{PauseNS,PauseEnd,PauseTotalNS,LastGC}Austin Clements2015-07-131-1/+16
* runtime: report MemStats.PauseEnd in UNIX timeAustin Clements2015-07-131-0/+4
* cmd/gc: don't copy []byte during string concatenationDmitry Vyukov2015-01-271-0/+17
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+189