Sign in
go
/
go
/
75647d202475edd41e811e936760e834cafc8594
/
.
/
usr
/
rsc
/
mem
/
testsizetoclass.go
blob: f92d843fa7ebd9f0fff7e833d5ec93116ec4181e [
file
]
// 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()
}