STMFFREEMEMORY(3STMF) SCSI Target Mode Framework Library Functions
stmfFreeMemory - free memory allocated by this library
cc [ flag... ] file... -lstmf [ library... ]
#include <libstmf.h>
void stmfFreeMemory(void *stmfMemory);
memory
A pointer to memory that was previously allocated by this
library. If stmfMemory() is equal to NULL, the call will
return successfully.
The stmfFreeMemory() function frees memory allocated by this library.
No values are returned.
See attributes(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Committed |
+--------------------+-----------------+
|MT-Level | Safe |
+--------------------+-----------------+
libstmf(3LIB), attributes(7)
June 9, 2008 STMFFREEMEMORY(3STMF)
NAME
stmfFreeMemory - free memory allocated by this library
SYNOPSIS
cc [ flag... ] file... -lstmf [ library... ]
#include <libstmf.h>
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(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Committed |
+--------------------+-----------------+
|MT-Level | Safe |
+--------------------+-----------------+
SEE ALSO
libstmf(3LIB), attributes(7)
June 9, 2008 STMFFREEMEMORY(3STMF)