]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/mmalloc/mmprivate.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : unnecessary comments removed
[simgrid.git] / src / xbt / mmalloc / mmprivate.h
index f322b11c32bebfeaf8778c1f712be4abab737e10..4273e0d4a94b2a5a40f7974b3a0cd8dca88896f6 100644 (file)
@@ -224,11 +224,11 @@ struct mdesc {
 
 };
 
-int mmalloc_compare_mdesc(struct mdesc *mdp1, struct mdesc *mdp2, void* s_heap, void* r_heap);
+int mmalloc_compare_mdesc(struct mdesc *mdp1, struct mdesc *mdp2);
 
 void mmalloc_display_info(void *h);
 
-const char* get_addr_memory_map(void *addr, void* s_heap, void* r_heap);
+//void *get_end_addr_heap(void *s_heap);
 
 /* Bits to look at in the malloc descriptor flags word */