Go to main content

man pages section 3: Extended Library Functions, Volume 4

Exit Print View

Updated: July 2017
 
 

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(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See Also

libstmf(3LIB), attributes(5)