m_mem.h

Go to the documentation of this file.
00001 #ifndef __M_MEM_H__
00002 #define __M_MEM_H__
00003 
00010 #include <stdlib.h>
00011 
00018 void *m_try_malloc(size_t size);
00019 
00026 void *m_try_malloc0(size_t size);
00027 
00031 void *m_try_realloc(void *ptr, size_t size);
00032 
00038 void m_free(void *ptr);
00039 
00040 #endif
00041 

Generated on Tue May 12 14:40:00 2009 for mondemand by  doxygen 1.4.7