mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: convert memclrBytes to Go
LGTM=khr R=khr CC=golang-codereviews https://golang.org/cl/131980043
This commit is contained in:
parent
ddce7c35f4
commit
68f91aea57
3 changed files with 7 additions and 9 deletions
|
|
@ -78,13 +78,10 @@ var Int32Hash = int32Hash
|
|||
var Int64Hash = int64Hash
|
||||
var EfaceHash = efaceHash
|
||||
var IfaceHash = ifaceHash
|
||||
var MemclrBytes = memclrBytes
|
||||
|
||||
var HashLoad = &hashLoad
|
||||
|
||||
func memclrBytes(b []byte)
|
||||
|
||||
var MemclrBytes = memclrBytes
|
||||
|
||||
func gogoBytes() int32
|
||||
|
||||
var GogoBytes = gogoBytes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue