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

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / src / xbt / mmalloc / mmprivate.h
index 6171035483e0973c984c11177bcaf7de1c452013..93f925ab4702eb2e3adb5094160af5a33c4a91a1 100644 (file)
@@ -10,7 +10,7 @@
    Written May 1989 by Mike Haertel.
    Heavily modified Mar 1992 by Fred Fish. (fnf@cygnus.com) */
 
-#ifndef XBR_MMPRIVATE_H
+#ifndef XBT_MMPRIVATE_H
 #define XBT_MMPRIVATE_H 1
 
 #include <xbt/base.h>
@@ -148,7 +148,7 @@ typedef struct {
   int type; /*  0: busy large block
                 >0: busy fragmented (fragments of size 2^type bytes)
                 <0: free block */
-  
+
   union {
     /* Heap information for a busy block.  */
     struct {
@@ -321,4 +321,4 @@ XBT_PRIVATE size_t mmalloc_get_bytes_used_remote(size_t heaplimit, const malloc_
 
 SG_END_DECL()
 
-#endif /* XBT_MMPRIVATE_H */
+#endif