STMFFREEMEMORY(3STMF) SCSI Target Mode Framework Library Functions STMFFREEMEMORY(3STMF)

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 OmniOS