/***************************************
*                                      *
*   Copyright (c) 1998 Jean-Eric Pin   *
*   All rights reserved.               *
*                                      *
*   TAB = 2 spaces                     *
*                                      *
***************************************/

/*-------------------------------------------------------------------
 * Espace.h    Jean-Eric Pin 07/12/96
 *-------------------------------------------------------------------
 */     

#if SYSTEME == UNIX
  #define  TAILLEMEMOIRE 8000000L    /* A changer s'il y a peu de memoire */
#endif

unsigned long EstimationTailleTableDeHachage(unsigned long T);
unsigned long EstimationTailleMaxi(void);