Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Avoid allocations in state->equals_to{1,2}
[simgrid.git] / src / xbt / mmalloc / mmprivate.h
index 155d4ce..37e4ea7 100644 (file)
@@ -110,6 +110,7 @@ struct mstats
 };
 
 typedef struct s_heap_area{
+  int valid;
   int block;
   int fragment;
 }s_heap_area_t, *heap_area_t;