1stmfFreeMemory(3STSMCFS)I Target Mode Framework Library FunctisotnmsfFreeMemory(3STMF)
2
3
4

NAME

6       stmfFreeMemory - free memory allocated by this library
7

SYNOPSIS

9       cc [ flag... ] file... -lstmf [ library... ]
10       #include <libstmf.h>
11
12       void stmfFreeMemory(void *stmfMemory);
13
14

PARAMETERS

16       memory    A  pointer  to  memory  that was previously allocated by this
17                 library. If stmfMemory() is equal  to  NULL,  the  call  will
18                 return successfully.
19
20

DESCRIPTION

22       The stmfFreeMemory() function frees memory allocated by this library.
23

RETURN VALUES

25       No values are returned.
26

ATTRIBUTES

28       See attributes(5) for descriptions of the following attributes:
29
30
31
32
33       ┌─────────────────────────────┬─────────────────────────────┐
34       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
35       ├─────────────────────────────┼─────────────────────────────┤
36       │Interface Stability          │Committed                    │
37       ├─────────────────────────────┼─────────────────────────────┤
38       │MT-Level                     │Safe                         │
39       └─────────────────────────────┴─────────────────────────────┘
40

SEE ALSO

42       libstmf(3LIB), attributes(5)
43
44
45
46SunOS 5.11                        9 Jun 2008             stmfFreeMemory(3STMF)
Impressum