SCSI Target Mode Framework Library Functions
stmfFreeMemory(3STMF)
NAME
stmfFreeMemory - free memory allocated by this library
SYNOPSIS
cc [ flag... ] file... -lstmf [ library... ]
#include
void stmfFreeMemory(void *stmfMemory);
PARAMETERS
memory A pointer to memory that was previously allocated
by this library. If stmfMemory() is equal to NUL,
the call will return successfully.
DESCRIPTION
The stmfFreeMemory() function frees memory allocated by this
library.
RETURN VALUES
No values are returned.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level Safe
SEE ALSO
libstmf(3LIB), attributes(5)
SunOS 5.11 Last change: 9 Jun 2008 1
SCSI Target Mode Framework Library Functions
stmfFreeMemory(3STMF)
SunOS 5.11 Last change: 9 Jun 2008 2
|