Source File
config_x64.go
Belonging Package
github.com/hamba/avro/v2
//go:build !386 && !armpackage avro// Max allocation size for an array due to the limit in number of bits in a heap address:// https://github.com/golang/go/blob/7f76c00fc5678fa782708ba8fece63750cb89d03/src/runtime/malloc.go#L183const maxAllocSize = int(1 << 48)
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |