Sign in
go
/
go
/
ed628ca79beefd78bb901b7ab3712391927c6f3b
/
.
/
usr
/
rsc
/
mem
/
testsizetoclass.go
blob: f92d843fa7ebd9f0fff7e833d5ec93116ec4181e [
file
] [
log
] [
blame
]
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
import "allocator"
func main() {
allocator.testsizetoclass()
}