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  )     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 doxygen 1.3.4-20031026