Variable StackTree.freeList

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