X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/411e3479d19b1ccbd3ea92787646394a356e47e3..95c18a574f08e6942b150f12bf0173990a8e9082:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index a64ca64675..b088e88ff4 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -137,7 +137,7 @@ void MC_print_statistics_pairs(mc_stats_pair_t); extern void *std_heap; extern void *raw_heap; -#define STD_HEAP_SIZE 20480000 /* Maximum size of the system's heap */ + /* FIXME: Horrible hack! because the mmalloc library doesn't provide yet of */ /* an API to query about the status of a heap, we simply call mmstats and */