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 NULL, the call will return successfully.DESCRIPTION
The stmfFreeMemory() function frees memory allocated by this
library.RETURN VALUES
No values are returned.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE 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 FunctionsstmfFreeMemory(3STMF)
SunOS 5.11 Last change: 9 Jun 2008 2