chore(deps): Update sqlite dependencies
This commit is contained in:
8
vendor/modernc.org/libc/libc64.go
generated
vendored
8
vendor/modernc.org/libc/libc64.go
generated
vendored
@ -2,11 +2,15 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build amd64 || arm64 || s390x
|
||||
// +build amd64 arm64 s390x
|
||||
//go:build amd64 || arm64 || ppc64le || riscv64 || s390x
|
||||
// +build amd64 arm64 ppc64le riscv64 s390x
|
||||
|
||||
package libc // import "modernc.org/libc"
|
||||
|
||||
const (
|
||||
heapSize = 2 << 30 // Adjust for your debugging session requirements and system RAM size.
|
||||
)
|
||||
|
||||
type (
|
||||
// RawMem represents the biggest byte array the runtime can handle
|
||||
RawMem [1<<50 - 1]byte
|
||||
|
Reference in New Issue
Block a user