1
0
mirror of https://github.com/golang/go synced 2024-11-21 21:34:40 -07:00
go/test/chan
Rémy Oudompheng 842c906e2e runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).
Unexports runtime.MemStats and rename MemStatsType to MemStats.
The new accessor requires passing a pointer to a user-allocated
MemStats structure.

Fixes #2572.

R=bradfitz, rsc, bradfitz, gustavo
CC=golang-dev, remy
https://golang.org/cl/5616072
2012-02-06 19:16:26 +01:00
..
doubleselect.go
fifo.go
goroutines.go
nonblock.go
perm.go
powser1.go
powser2.go
select2.go runtime: delete UpdateMemStats, replace with ReadMemStats(&stats). 2012-02-06 19:16:26 +01:00
select3.go test: test that x := <-c accepts a general expression 2012-02-01 07:31:00 -08:00
select4.go
select5.go
select6.go
select7.go
select.go
sendstmt.go
sieve1.go
sieve2.go
zerosize.go