index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
malloc_test.go
Age
Commit message (
Expand
)
Author
2025-02-24
all: use testenv.Executable instead of os.Executable and os.Args[0]
qmuntal
2024-10-28
all: skip and fix various tests with -asan and -msan
Michael Anthony Knyszek
2023-09-05
all: use ^TestName$ regular pattern for invoking a single test
Dmitri Shuralyov
2022-11-10
runtime: make Malloc benchmarks actually benchmark malloc
Cherry Mui
2022-11-01
runtime: skip TestArenaCollision on failed reservation
Austin Clements
2022-04-28
runtime: clean up escaping in tests
Austin Clements
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-29
runtime: fix preemption sensitivity in TestTinyAllocIssue37262
Austin Clements
2021-04-29
runtime: top align tinyallocs in race mode
Keith Randall
2020-10-01
runtime: align 12-byte objects to 8 bytes on 32-bit systems
Michael Anthony Knyszek
2020-01-15
runtime: re-enable TestArenaCollision on darwin in race mode
Tobias Klauser
2019-11-08
runtime: add per-p page allocation cache
Michael Anthony Knyszek
2019-11-08
runtime: remove old page allocator
Michael Anthony Knyszek
2019-11-07
runtime: integrate new page allocator into runtime
Michael Anthony Knyszek
2018-12-19
runtime: disable TestArenaCollision on Darwin in race mode
Michael Anthony Knyszek
2018-10-30
runtime: add physical memory scavenging test
Michael Anthony Knyszek
2018-07-09
runtime: only run TestMemStats sanity tests once
Ian Lance Taylor
2018-04-04
runtime: stop when we run out of hints in race mode
Austin Clements
2018-02-16
runtime: only run TestArenaCollision if the target can exec
Elias Naur
2018-02-15
runtime: use sparse mappings for the heap
Austin Clements
2018-02-15
runtime: replace mlookup and findObject with heapBitsForObject
Austin Clements
2017-09-22
runtime: re-add sanity check for GCCPUFraction
Austin Clements
2017-03-31
runtime: improve TestMemStats checks
Austin Clements
2017-03-31
runtime: make TestMemStats failure messages useful
Austin Clements
2016-12-07
runtime: add number of forced GCs to MemStats
Austin Clements
2015-12-16
runtime: accept NumGC==0 in TestMemStats
Austin Clements
2015-10-26
runtime: fix tiny allocator
Matthew Dempsky
2015-07-13
runtime: fix MemStats.{PauseNS,PauseEnd,PauseTotalNS,LastGC}
Austin Clements
2015-07-13
runtime: report MemStats.PauseEnd in UNIX time
Austin Clements
2015-01-27
cmd/gc: don't copy []byte during string concatenation
Dmitry Vyukov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox