]> Cypherpunks repositories - gostls13.git/commit
runtime: rewrite map size test
authorRuss Cox <rsc@golang.org>
Wed, 31 Jul 2013 12:35:43 +0000 (08:35 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 31 Jul 2013 12:35:43 +0000 (08:35 -0400)
commite8018fbebe2e6e86f94111b21c5749ebeea15dbd
tree1f0c9cb335ed428fea41526fe49fc136851c4458
parent27032fddee27dd3b02437b118e50c66586052830
runtime: rewrite map size test

I don't know why the memstats code is flaky.

TBR=bradfitz
CC=golang-dev
https://golang.org/cl/12160043
src/pkg/runtime/hashmap.c
src/pkg/runtime/map_test.go