blob: d67c5bb6747f4f56719cb5a847d332a1bf69c214 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// Code generated by mkconsts.go. DO NOT EDIT.
//go:build !goexperiment.heapminimum512kib
package goexperiment
const HeapMinimum512KiB = false
const HeapMinimum512KiBInt = 0
|