Variable StackHash.freeList

struct StackHash
{
  // ...
  StackHash.Node** freeList ;
  // ...
}