Main Page
|
Modules
|
Namespace List
|
Class Hierarchy
|
Alphabetical List
|
Class List
|
File List
|
Namespace Members
|
Class Members
|
File Members
|
Related Pages
|
S
earch for
Memory Allocation Functions (Mm)
:Associate with "Mm Functions (Memory Allocation)"
More...
Defines
#define
MmFree
(p) do {if ((p) != NULL) {free((p));(p) = NULL;}} while (0)
Detailed Description
:Associate with "Mm Functions (Memory Allocation)"
Define Documentation
#define MmFree
(
p
)
do {if ((p) != NULL) {free((p));(p) = NULL;}} while (0)
Free a pointer and set it's value to NULL.
Definition at line
429
of file
miodefns.h
.
Generated on Thu Aug 12 06:27:43 2004 for TNTsdk by
1.3.4-20031026