00001 /*-----------------------------------------------------------------------------------*/ 00002 /* INRIA 2006 */ 00003 /* Allan CORNET */ 00004 /*-----------------------------------------------------------------------------------*/ 00005 #ifndef __GETMAXMALLOC_H__ 00006 #define __GETMAXMALLOC_H__ 00007 /*-----------------------------------------------------------------------------------*/ 00008 #include "ExportImport.h" /* IMPORT_EXPORT_MALLOC_DLL */ 00009 00010 IMPORT_EXPORT_MALLOC_DLL unsigned long GetLargestFreeMemoryRegion(void); 00011 00012 #endif /* __GETMAXMALLOC_H__ */ 00013 /*-----------------------------------------------------------------------------------*/ 00014
1.5.5