Variable StackSet.freeList

struct StackSet
{
  // ...
  StackTreeAA.Node** freeList ;
  // ...
}