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.
#include "ive_shm.h"
void IVESetArenaAttrChunk(IVEArenaSize chunk_sz, IVEArenaAttr attr);
There is no Fortran interface.
IVECreateArenaAttr, IVESetArenaAttrSize, IVEArena, IVEArenaAttr, and IVEArenaSize
| categories | alphabetical |
modified June 27, 2001
Eric Branlund (eric@msg.ucsf.edu)