1 Star 0 Fork 5.3K

liximin / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
shminfo.md 4.71 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

shminfo

Overview

Related Modules:

MEM

Description:

Describes limitations and attributes of system-level shared memory.

Summary

Data Fields

Variable Name

Description

shmmax

unsigned long 

shmmin

unsigned long 

shmmni

unsigned long 

shmseg

unsigned long 

shmall

unsigned long 

__unused [4]

unsigned long 

Details

Field Documentation

__unused

unsigned long shminfo::__unused[4]

Description:

Reserved

shmall

unsigned long shminfo::shmall

Description:

Maximum size of all shared memory segments allowed by the system

shmmax

unsigned long shminfo::shmmax

Description:

Maximum size of a shared memory segment allowed by the system

shmmin

unsigned long shminfo::shmmin

Description:

Minimum size of a shared memory segment allowed by the system

shmmni

unsigned long shminfo::shmmni

Description:

Maximum number of shared memory segments allowed by the system

shmseg

unsigned long shminfo::shmseg

Description:

Maximum number of shared memory segments that can be attached by a process

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liximin/docs.git
git@gitee.com:liximin/docs.git
liximin
docs
docs
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891