X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=mmalloc%2Fmmprivate.h;fp=mmalloc%2Fmmprivate.h;h=6cf3ad5b6db21fc6176e4bdbcb2de6f36f421e7c;hb=a34a08d6401b6b67c9d5d1260d816c8ea8b85558;hp=457626293b1201a558b343857cd028519747289a;hpb=b4b703850fca0adaab90de6fb2fa03525bc55457;p=ocaml-ancient.git diff --git a/mmalloc/mmprivate.h b/mmalloc/mmprivate.h index 4576262..6cf3ad5 100644 --- a/mmalloc/mmprivate.h +++ b/mmalloc/mmprivate.h @@ -43,7 +43,7 @@ Boston, MA 02111-1307, USA. #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 */ +#define MMALLOC_KEYS 1024 /* 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