#include <mi32/stddefns.h>#include <stdlib.h>

Go to the source code of this file.
Defines | |
| #define | LIBEXPORT MI_DLLIMPORT |
Functions | |
| LIBEXPORT ERRVALUE | MmAlloc (void **ptr, int size) |
| LIBEXPORT ERRVALUE | MmAllocC (void **ptr, int size) |
| LIBEXPORT void | MmAllocCExc (void **ptr, int size) |
| LIBEXPORT void | MmAllocExc (void **ptr, int size) |
| template<class _CT > | |
| void | MmFree (_CT *&p) |
| LIBEXPORT ERRVALUE | MmRealloc (void **ptr, int newsize) |
| LIBEXPORT ERRVALUE | MmReallocC (void **ptr, int newsize, int oldsize=0) |
| LIBEXPORT void | MmReallocCExc (void **ptr, int newsize, int oldsize=0) |
| ERRVALUE | MmReallocD (void **ptr, int newsize) |
| void | MmReallocDExc (void **ptr, int newsize) |
| LIBEXPORT void | MmReallocExc (void **ptr, int newsize) |
Memory allocation functions
| #define LIBEXPORT MI_DLLIMPORT |
1.6.1