Files
waf-platform/EdgeNode/internal/utils/mmap/flags_linux.go
2026-02-04 20:27:13 +08:00

11 lines
262 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Copyright 2024 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
//go:build linux
package mmap
import "syscall"
// 不要使用 MAP_POPULATE会导致map成本大幅上升
const MMAPReadFlags = syscall.MAP_PRIVATE