aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_test.go
AgeCommit message (Expand)Author
2022-02-18[release-branch.go1.16] runtime: simplify histogram buckets considerablyMichael Anthony Knyszek
2021-12-22[release-branch.go1.16] runtime: set iOS addr space to 40 bits with increment...Michael Anthony Knyszek
2020-12-23runtime: shift timeHistogram buckets and allow negative durationsMichael Anthony Knyszek
2020-10-30runtime: add heap lock assertionsMichael Pratt
2020-10-26runtime: add timeHistogram typeMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add memory metricsMichael Anthony Knyszek
2020-10-26runtime: move malloc stats into consistentHeapStatsMichael Anthony Knyszek
2020-10-26runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek
2020-10-26runtime: rename mcache fields to match Go styleMichael Anthony Knyszek
2020-10-26runtime: don't flush local_tinyallocsMichael Anthony Knyszek
2020-10-26runtime: make distributed/local malloc stats the source-of-truthMichael Anthony Knyszek
2020-10-23runtime: add tests for addrRanges.addMichael Anthony Knyszek
2020-10-23runtime: add tests for addrRanges.findSuccMichael Anthony Knyszek
2020-10-22runtime: define the AddrRange used for testing in terms of addrRangeMichael Anthony Knyszek
2020-09-16runtime: actually fix locking in BenchmarkMSpanCountAllocMichael Anthony Knyszek
2020-09-16runtime: fix leak and locking in BenchmarkMSpanCountAllocMichael Anthony Knyszek
2020-09-09runtime: fix ReadMemStatsSlow's and CheckScavengedBits' chunk iterationMichael Anthony Knyszek
2020-08-25cmd/compile: don't allow go:notinheap on the heap or stackKeith Randall
2020-08-13runtime: revert signal stack mlockingAustin Clements
2020-05-14runtime: make maxOffAddr reflect the actual address space upper boundMichael Anthony Knyszek
2020-05-08runtime: make addrRange[s] operate on offset addressesMichael Anthony Knyszek
2020-05-08runtime: remove scavAddr in favor of address rangesMichael Anthony Knyszek
2020-05-07runtime/runtime2: pack the sudog structAaron Patterson
2020-04-07runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales
2020-03-23runtime: add countAlloc benchmarkMichael Anthony Knyszek
2020-03-10runtime: make typehash match compiler generated hashes exactlyKeith Randall
2020-01-28runtime: ensure that searchAddr always refers to inUse memoryMichael Anthony Knyszek
2020-01-06runtime: test memmove writes pointers atomicallyCherry Zhang
2019-12-11runtime: use inUse ranges to map in summary memory only as neededMichael Anthony Knyszek
2019-12-11runtime: track ranges of address space which are owned by the heapMichael Anthony Knyszek
2019-12-05runtime: add a simple version number parserAustin Clements
2019-12-03runtime: convert page allocator bitmap to sparse arrayMichael Anthony Knyszek
2019-11-16runtime: add arenaBaseOffset on aix/ppc64Clément Chigot
2019-11-10runtime: make the test addresses for pageAlloc smaller on 32-bitMichael Anthony Knyszek
2019-11-09sync: yield to the waiter when unlocking a starving mutexRhys Hiltner
2019-11-08runtime: copy some functions from math/bits to runtime/internal/sysDavid Chase
2019-11-08runtime: add per-p page allocation cacheMichael Anthony Knyszek
2019-11-08runtime: add page cache and testsMichael Anthony Knyszek
2019-11-08runtime: remove old page allocatorMichael Anthony Knyszek
2019-11-07runtime: integrate new page allocator into runtimeMichael Anthony Knyszek
2019-11-07runtime: add option to scavenge with lock held throughoutMichael Anthony Knyszek
2019-11-07runtime: count scavenged bits for new allocation for new page allocatorMichael Anthony Knyszek
2019-11-07runtime: add scavenging code for new page allocatorMichael Anthony Knyszek
2019-11-07runtime: add new page allocator coreMichael Anthony Knyszek
2019-11-07runtime: add packed bitmap summariesMichael Anthony Knyszek
2019-11-07runtime: add pallocbits and testsMichael Anthony Knyszek
2019-11-07Revert "sync: yield to the waiter when unlocking a starving mutex"Bryan C. Mills
2019-11-07sync: yield to the waiter when unlocking a starving mutexCarlo Alberto Ferraris
2019-11-02runtime: add a test for asynchronous safe pointsAustin Clements
2019-10-31runtime: atomically set span state and use as publication barrierAustin Clements