// FuzzDecodeAllocations wraps the FuzzDecodeAllocations go-fuzz target as a "go test" fuzz test. func FuzzDecodeAllocations(f *testing.F) { … }
// FuzzDecodeAllocations wraps the FuzzDecodeAllocations go-fuzz target as a "go test" fuzz test. func FuzzDecodeAllocations(f *testing.F) { … }