glibc

package
v0.0.0-...-6f7cf69 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const NAME_MAX = 255
View Source
const SHMDIR = "/dev/shm"

Variables

This section is empty.

Functions

func ShmCreate

func ShmCreate(name string) (*os.File, error)

ShmCreate 打开一个内存文件,ShmOpen的简化用法 name:文件名,不能包含 /

func ShmOpen

func ShmOpen(name string, flag int, perm os.FileMode) (*os.File, error)

ShmOpen 打开一个内存文件 name:文件名,不能包含 /

func ShmUnlink(name string) error

ShmUnlink 删除内存文件

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL