]> Cypherpunks repositories - gostls13.git/commit
runtime: clean up map code. Remove hashmap.h.
authorKeith Randall <khr@golang.org>
Sat, 31 Aug 2013 21:09:34 +0000 (14:09 -0700)
committerKeith Randall <khr@golang.org>
Sat, 31 Aug 2013 21:09:34 +0000 (14:09 -0700)
commit23f9751e832e47fa3f433485f9c7e93cb7a92817
treee8b2f03991c1f9d40507fff36086a597793686d0
parentfd0af9b56c56d293f4ca9396184dd452615933ee
runtime: clean up map code.  Remove hashmap.h.
Use cnew/cnewarray instead of mallocgc.

R=golang-dev, dvyukov
CC=golang-dev
https://golang.org/cl/13396045
src/pkg/runtime/hashmap.c
src/pkg/runtime/hashmap.h [deleted file]
src/pkg/runtime/mgc0.c