mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 08:23:34 +01:00
6 lines
97 B
Go
6 lines
97 B
Go
package promql
|
|
|
|
import "unsafe"
|
|
|
|
const maxByteSliceLen = 1<<(31+9*(unsafe.Sizeof(int(0))/8)) - 1
|