From 43d8998f51b34a39ec63a3fc072b1efd2fca6df1 Mon Sep 17 00:00:00 2001 From: Pekka Pirinen Date: Fri, 4 May 2001 19:37:38 +0100 Subject: [PATCH] Fix spelling of some more constants Copied from Perforce Change: 21847 ServerID: perforce.ravenbrook.com --- mps/src/config.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/mps/src/config.h b/mps/src/config.h index d6d4ebd70b5..300f84d8a24 100644 --- a/mps/src/config.h +++ b/mps/src/config.h @@ -1,6 +1,6 @@ /* impl.h.config: MPS CONFIGURATION * - * $HopeName: MMsrc!config.h(trunk.45) $ + * $HopeName: MMsrc!config.h(trunk.46) $ * Copyright (C) 2000 Harlequin Limited. All rights reserved. * * PURPOSE @@ -152,8 +152,9 @@ #define ARENA_CONTROL_EXTENDBY ((Size)4096) #define ARENA_CONTROL_AVGSIZE ((Size)32) #define ARENA_CONTROL_MAXSIZE ((Size)65536) + #define ArenaPollALLOCTIME (65536.0) -#define ARENA_LD_LENGTH ((Size)4) + #define ARENA_ZONESHIFT ((Shift)20) #define ARENA_CLIENT_PAGE_SIZE ((Size)8192) @@ -172,6 +173,8 @@ (Serial)0, /* gen */ \ } +#define LDHistoryLENGTH ((Size)4) + /* Stack configuration */ @@ -187,9 +190,8 @@ /* Shield Configuration -- see impl.c.shield */ -#define SHIELD_CACHE_SIZE ((Size)16) -#define SHIELD_DEPTH_WIDTH ((Size)4) -#define SHIELD_DEPTH ((Count)1<