Sign in
go
/
go
/
3a8713575499622dbe77d78e9871dbe2ae94b8bb
/
src
/
runtime
/
gc_test.go
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/runtime/gc_test.go]
4930a8d
runtime: relax flaky GC pause test
by Brad Fitzpatrick
· 11 years ago
8c25e08
runtime: fix TestGcLastTime on windows
by Dmitriy Vyukov
· 11 years ago
266d350
runtime: fix MemStats on 32-bits Int64's do not fit into uintptr's.
by Dmitriy Vyukov
· 11 years ago
721c873
runtime: move built-in print routines to go.
by Keith Randall
· 11 years ago
cd17a71
runtime: simpler and faster GC
by Dmitriy Vyukov
· 11 years ago
350a8fc
runtime: make MemStats.LastGC Unix time again
by Dmitriy Vyukov
· 11 years ago
3b5278f
runtime: get rid of the settype buffer and lock.
by Keith Randall
· 11 years ago
08fdf00
tests: remove two misuses of nil pointers
by Russ Cox
· 12 years ago
2f5825d
runtime: fix heap corruption during GC
by Dmitriy Vyukov
· 12 years ago
c6293d210
runtime: fix GC scanning of slices
by Dmitriy Vyukov
· 12 years ago
59ae9d9
runtime: TestGcSys: if GOGC=off, skip instead of failing
by Albert Strasheim
· 12 years ago
54dffda
runtime: prevent garbage collection during hashmap insertion
by Jan Ziak
· 12 years ago
46890f6
runtime: move TestGcSys into a separate process
by Dmitriy Vyukov
· 12 years ago
5833c96
runtime: better error from TestGcSys when gc is disabled
by Russ Cox
· 12 years ago
9e30b70
all: set GOMAXPROCS to 1 when counting mallocs
by Shenghou Ma
· 12 years ago
d09afc2
gc: generate garbage collection info for types
by Jan Ziak
· 13 years ago
85266df
runtime: relax TestGcSys
by Russ Cox
· 13 years ago
283a3dd
runtime: disable gc test on non-amd64 systems
by Andrew Gerrand
· 13 years ago
244706b
runtime: disable memory profiler in gc_test
by Ian Lance Taylor
· 13 years ago
2a6e699
runtime, time: accelerate tests in short mode.
by Rémy Oudompheng
· 13 years ago
842c906
runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).
by Rémy Oudompheng
· 13 years ago
e5c1f38
pkg: Add & fix Copyright of "hand generated" files
by Olivier Duperray
· 13 years ago
1e63a4e
runtime: bump gc 'extra bytes' check
by Christopher Wedgwood
· 13 years ago
2623941
runtime: Make gc_test test extra allocated space, not total space.
by Ian Lance Taylor
· 13 years ago
4e7aac5
reflect: make unsafe use of SliceHeader gc-friendly
by Russ Cox
· 13 years ago
b0c674b
gc: treat uintptr as potentially containing a pointer Fixes #2376
by Dmitriy Vyukov
· 13 years ago
8219cc9
runtime: fix memory leak in parallel garbage collector
by Russ Cox
· 13 years ago