X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c5ad8ca1a68bbaa9152471c8d0eeb99d762f0d86..eb284828d592ce39bd4b96f084d7cce1d074d4b1:/src/xbt/mmalloc/mmprivate.h diff --git a/src/xbt/mmalloc/mmprivate.h b/src/xbt/mmalloc/mmprivate.h index 509eaff046..d2e2331792 100644 --- a/src/xbt/mmalloc/mmprivate.h +++ b/src/xbt/mmalloc/mmprivate.h @@ -93,8 +93,10 @@ typedef union { size_t nfree; /* Free fragments in a fragmented block. */ size_t first; /* First free fragment of the block. */ } frag; - /* Size (in blocks) of a large cluster. */ - size_t size; + struct { + size_t size; /* Size (in blocks) of a large cluster. */ + size_t busy_size; + } block; } info; } busy; /* Heap information for a free block (that may be the first of