X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=mmalloc%2Fmmprivate.h;fp=mmalloc%2Fmmprivate.h;h=457626293b1201a558b343857cd028519747289a;hb=719c696df6e88ec0fd23084fb10b80ad997285f2;hp=6cf3ad5b6db21fc6176e4bdbcb2de6f36f421e7c;hpb=792c2793cfc5591bad16cf6972dfa9afaf3fe56e;p=ocaml-ancient.git diff --git a/mmalloc/mmprivate.h b/mmalloc/mmprivate.h index 6cf3ad5..4576262 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 1024 /* Keys for application use */ +#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