HASH_TABLE_SIZE    64 lib/malloca.c  static void * mmalloca_results[HASH_TABLE_SIZE];
HASH_TABLE_SIZE    90 lib/malloca.c            slot = (unsigned long) p % HASH_TABLE_SIZE;
HASH_TABLE_SIZE   123 lib/malloca.c            size_t slot = (unsigned long) p % HASH_TABLE_SIZE;