Reference: IVESetArenaAttrChunk

Overview

Changes the block size in a set of arena attributes. The block controls the size used during I/O operations to extend the arena. The default value if the block size has not been supplied is 4096 bytes.

Prototype (C)

#include "ive_shm.h"
void IVESetArenaAttrChunk(IVEArenaSize chunk_sz, IVEArenaAttr attr);

Prototype (Fortran)

There is no Fortran interface.

Parameters

chunk_sz
sz is the desired block size in bytes.
attr
attr is the attributes object to modify.

Cross references

IVECreateArenaAttr, IVESetArenaAttrSize, IVEArena, IVEArenaAttr, and IVEArenaSize


| categories | alphabetical |


modified June 27, 2001

Eric Branlund (eric@msg.ucsf.edu)