Reference: IVEArenaAttr

Overview

In C, an IVEArenaAttr represents the attributes of an IVEArena (shared memory segment) that may be set when the arena is created with IVECreateArena. If something other than the default attributes is desired, use IVECreateArenaAttr to create the attributes object, modify the attributes with IVESetArenaAttrSize or IVESetArenaAttrChunk, and then pass the attributes object to IVECreateArena.

Include ive_shm.h to declare IVEArenaAttr.

Cross references

IVECreateArenaAttr, IVEDestroyArenaAttr, IVESetArenaAttrSize, IVESetArenaAttrChunk, and IVECreateArena


| categories | alphabetical |


modified July 1, 2001

Eric Branlund (eric@msg.ucsf.edu)