Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Please sonar: use s_xbt_mheap_t.
[simgrid.git] / src / include / xbt / mmalloc.h
index ab6ca00..54cbd19 100644 (file)
@@ -27,7 +27,7 @@ SG_BEGIN_DECL()
  * The heap structure itself is an opaque object that shouldnt be messed with.
  */
 typedef struct mdesc s_xbt_mheap_t;
-typedef struct mdesc* xbt_mheap_t;
+typedef s_xbt_mheap_t* xbt_mheap_t;
 
 /* Allocate SIZE bytes of memory (and memset it to 0).  */
 XBT_PUBLIC void* mmalloc(xbt_mheap_t md, size_t size);