X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ebaf7a472d2d6edf090d9859b854be009b5c85ae..9f694bd4f38492add20baa019eb60ed4079d684e:/src/xbt/mmalloc/mmprivate.h diff --git a/src/xbt/mmalloc/mmprivate.h b/src/xbt/mmalloc/mmprivate.h index 509eaff046..62024e909b 100644 --- a/src/xbt/mmalloc/mmprivate.h +++ b/src/xbt/mmalloc/mmprivate.h @@ -33,7 +33,6 @@ #define MMALLOC_MAGIC "mmalloc" /* Mapped file magic number */ #define MMALLOC_MAGIC_SIZE 8 /* Size of magic number buf */ #define MMALLOC_VERSION 1 /* Current mmalloc version */ -#define MMALLOC_KEYS 16 /* Keys for application use */ /* The allocator divides the heap into blocks of fixed size; large requests receive one or more whole blocks, and small requests @@ -260,11 +259,6 @@ struct mdesc { int fd; - /* An array of keys to data within the mapped region, for use by the - application. */ - - void *keys[MMALLOC_KEYS]; - }; int mmalloc_compare_heap(void *h1, void *h2, void *std_heap_addr);