mi32/memalloc.h File Reference

mi32/memalloc.h More...

#include <mi32/stddefns.h>
#include <stdlib.h>
Include dependency graph for memalloc.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

mi32/memalloc.h

Memory allocation functions


Define Documentation

#define LIBEXPORT   MI_DLLIMPORT

Generated on Sun Oct 7 21:26:53 2012 for TNTsdk 2012 by  doxygen 1.6.1