Reference: IVEShmDestroyArena

Overview

Destroys an IVEArena and removes the file allocated for it.

Prototype (C)

#include "ive_shm.h"
void IVEDestroyArena(IVEArena arena);

Prototype (Fortran)

There is no Fortran interface.

Parameters

arena
arena is the arena to be destroyed. arena may be zero.

Cross references

IVECreateArena, IVEAttachArena, IVEDetachArena, and IVEArena


| categories | alphabetical |


modified July 1, 2001

Eric Branlund (eric@msg.ucsf.edu)