SCASH_FREE(3)
SCASH Programmer's Manual
SCASH_FREE(3)
NAME
scash_free - free shared memory

SYNOPSIS
void scash_free(char* memp)

DESCRIPTION
scash_free() releases the shared memory which is specified in memp. The pointer to the shared memory specified in memp must be a return value of scash_alloc().

SEE ALSO
scash_alloc(3)

$Id: scash_free.html,v 1.1.1.1 2002/02/12 02:00:13 kameyama Exp $