X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..88daa2e6ede543b6db0fa37489e7ba26c2cc5ee8:/src/include/mc/mc.h diff --git a/src/include/mc/mc.h b/src/include/mc/mc.h index 06fffc827e..5bc5651169 100644 --- a/src/include/mc/mc.h +++ b/src/include/mc/mc.h @@ -9,24 +9,10 @@ #include #include /* our public interface (and definition of SIMGRID_HAVE_MC) */ -/* Maximum size of the application heap. - * - * The model-checker heap is placed at this offset from the beginning of the application heap. - * - * In the current implementation, if the application uses more than this for the application heap the application heap - * will smash the beginning of the model-checker heap and bad things will happen. - * - * For 64 bits systems, we have a lot of virtual memory available so we wan use a much bigger value in order to avoid - * bad things from happening. - * */ - -#define STD_HEAP_SIZE (sizeof(void*)<=4 ? (100*1024*1024) : (1ll*1024*1024*1024*1024)) - SG_BEGIN_DECL /********************************* Global *************************************/ XBT_ATTRIB_NORETURN XBT_PUBLIC void MC_run(); -XBT_PRIVATE void MC_automaton_load(const char *file); SG_END_DECL